diff --git a/AppRun b/AppRun index 4c8e597..54a4a93 100755 --- a/AppRun +++ b/AppRun @@ -6,5 +6,7 @@ APP_DIR=`cd "$APP_DIR";pwd` export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$APP_DIR/lib +cd "$APP_DIR/iris-lib" + exec "$APP_DIR/node" "$APP_DIR/iris-lib/iris.js" diff --git a/Makefile b/Makefile index bb3bac7..cc379a3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: clean -VERSION=0.2.7 +VERSION=0.3.3 BUILD=1 ARCH=$(shell uname -m)