diff --git a/config.js b/config.js index 89f9946..bc601d8 100644 --- a/config.js +++ b/config.js @@ -2,7 +2,7 @@ 'use strict'; exports.id = 'com.add0n.native_client'; -exports.version = '0.2.9'; +exports.version = '0.3.0'; exports.ids = { chrome: [ diff --git a/install.sh b/install.sh index 26ce237..033a2d0 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -cd ./app +cd "$(dirname "$0")/app" which node 2>/dev/null echo NodeJS status = $?