notes/brainstorming.txt
[app.Builder.js] / builder.sh
index ced6bef..f6cf820 100755 (executable)
@@ -1,6 +1,9 @@
 #!/bin/sh
 # use our overridden typelibs.
-export GI_TYPELIB_PATH=~/.Builder/girepository-1.1
-cd $PWD
+export GI_TYPELIB_PATH=~/.Builder/girepository-1.2
+cd $(dirname $0)
+
 # run theapplication.
-seed gtkrun.js Sample
+seed ./gtkrun.js Builder3 
+