diff --git a/build.sh b/build.sh index 6a9a40a..ce9f923 100755 --- a/build.sh +++ b/build.sh @@ -59,7 +59,8 @@ else tar -xvz --strip 1 -C debian/usr/lib/nw.js -f $URL fi -chmod a+x debian/usr/lib/nw.js/nw +chmod -R a+rx debian/usr/lib/nw.js +chmod a+rx debian/usr/bin/nwjs chown -R root:root debian/usr/lib/nw.js chown -R root:root debian/usr/bin/nwjs