mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-27 08:46:58 -06:00
Use unzip to properly unpack nwjs.
This commit is contained in:
parent
2097d37f76
commit
0ccf2dad22
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user