Fix nw binary not being executable
This commit is contained in:
parent
8413fc3241
commit
3b914e4711
4
build.sh
4
build.sh
@ -58,6 +58,10 @@ else
|
|||||||
tar -xvz --strip 1 -C debian/usr/lib/nw.js -f $URL
|
tar -xvz --strip 1 -C debian/usr/lib/nw.js -f $URL
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
chmod a+x debian/usr/lib/nw.js/nw
|
||||||
|
chown -R root:root debian/usr/lib/nw.js
|
||||||
|
chown -R root:root debian/usr/bin/nwjs
|
||||||
|
|
||||||
echo "Packaging deb file"
|
echo "Packaging deb file"
|
||||||
dpkg-deb -b debian "out/$FILENAME"
|
dpkg-deb -b debian "out/$FILENAME"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user