autogen.sh
[app.Builder.js] / builder.sh
index 02d6bdc..f6cf820 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/sh
 # use our overridden typelibs.
-export GI_TYPELIB_PATH=~/.Builder/girepository-1.1
+export GI_TYPELIB_PATH=~/.Builder/girepository-1.2
+cd $(dirname $0)
+
 # run theapplication.
-seed gtkrun.js Sample
\ No newline at end of file
+seed ./gtkrun.js Builder3 
+