From c7c51cc096b8db4d90ec369b2d57e171cc013a98 Mon Sep 17 00:00:00 2001 From: Nathan Caza Date: Mon, 27 Mar 2017 17:23:24 -0500 Subject: [PATCH] update for version 0.3.3 --- AppRun | 2 ++ Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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)