Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibowl committed Jul 16, 2020
1 parent 32eb42d commit 1689e18
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ wait
cp minimum-cache.zip ../minimum-cache.zip

echo 'Make x64 & ia32 electron build'
npm run-script make -- --arch x64 &
npm run-script make -- --arch ia32 &
wait
npm run-script make -- --arch x64
npm run-script make -- --arch ia32

for i in ./make/squirrel.windows/*/*.exe ; do
p="${i/.\/make\/squirrel.windows\//}"
Expand Down

0 comments on commit 1689e18

Please sign in to comment.