From 0ccf2dad228f62b7070ccd1a1f2d0be72026326e Mon Sep 17 00:00:00 2001 From: Dave Page Date: Tue, 2 Feb 2021 12:17:14 +0000 Subject: [PATCH] Use unzip to properly unpack nwjs. --- pkg/mac/build-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/mac/build-functions.sh b/pkg/mac/build-functions.sh index f8a38e6d3..4963f583f 100644 --- a/pkg/mac/build-functions.sh +++ b/pkg/mac/build-functions.sh @@ -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