Skip to content

Commit

Permalink
node18
Browse files Browse the repository at this point in the history
  • Loading branch information
santinic committed Oct 22, 2022
1 parent 14c8e10 commit e9b4911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ webpack --config webpack.config.js # Create build.js

# Build binaries
rm dist/binaries/*
pkg build.js -o dist/binaries/how2 --targets=node14-linux,node14-macos,node14-macos-arm64 #,node16-win-x64
pkg build.js -o dist/binaries/how2 --targets=node14-win-x64
pkg build.js -o dist/binaries/how2 --targets=node18-linux,node18-macos,node18-macos-arm64 #,node16-win-x64
pkg build.js -o dist/binaries/how2 --targets=node18-win-x64
cd dist/binaries
tar cvzf how2-linux-x64.tar.gz how2-linux-x64
tar cvzf how2-macos-x64.tar.gz how2-macos-x64
Expand Down

0 comments on commit e9b4911

Please sign in to comment.