Skip to content

Commit

Permalink
remove build for windows, not supported yet
Browse files Browse the repository at this point in the history
  • Loading branch information
massimocandela committed Sep 5, 2019
1 parent 68c1787 commit 3b7f914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cd build

yarn

./node_modules/.bin/pkg . --targets node10-win-x64 --output ../bin/bgpalerter-win-x64
#./node_modules/.bin/pkg . --targets node10-win-x64 --output ../bin/bgpalerter-win-x64

./node_modules/.bin/pkg . --targets node10-linux-x64 --output ../bin/bgpalerter-linux-x64

Expand Down

0 comments on commit 3b7f914

Please sign in to comment.