Skip to content

Commit

Permalink
update win bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Sep 6, 2023
1 parent c58f6f8 commit cb51af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bundle-win.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cp -r bin/ bundle/bin/
cp package.json bundle/package.json
cp package-lock.json bundle/package-lock.json
wget $NODE_URL
tar xf $NODE_TAR_FILE
unzip $NODE_TAR_FILE
mv $NODE_DIR bundle/node

pushd bundle/
Expand Down

0 comments on commit cb51af1

Please sign in to comment.