Skip to content

Commit

Permalink
use curl
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Sep 6, 2023
1 parent cb51af1 commit 172d12b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/bundle-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cp -r ./lib/ ./bundle/lib/
cp -r bin/ bundle/bin/
cp package.json bundle/package.json
cp package-lock.json bundle/package-lock.json
wget $NODE_URL
curl -o $NODE_TAR_FILE $NODE_URL
tar xf $NODE_TAR_FILE
mv $NODE_DIR bundle/node

Expand Down
2 changes: 1 addition & 1 deletion scripts/bundle-win.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cp -r ./lib/ ./bundle/lib/
cp -r bin/ bundle/bin/
cp package.json bundle/package.json
cp package-lock.json bundle/package-lock.json
wget $NODE_URL
curl -o $NODE_TAR_FILE $NODE_URL
unzip $NODE_TAR_FILE
mv $NODE_DIR bundle/node

Expand Down

0 comments on commit 172d12b

Please sign in to comment.