Use unzip to properly unpack nwjs.

This commit is contained in:
Dave Page 2021-02-02 12:17:14 +00:00
parent 2097d37f76
commit 0ccf2dad22

View File

@ -38,7 +38,7 @@ _build_runtime() {
wget https://dl.nwjs.io/v${NW_VERSION}/nwjs-v${NW_VERSION}-osx-x64.zip && break
rm nwjs-v${NW_VERSION}-osx-x64.zip
done
tar -xvf nwjs-v${NW_VERSION}-osx-x64.zip
unzip nwjs-v${NW_VERSION}-osx-x64.zip
popd > /dev/null
# WGET END