Skip to content

Commit

Permalink
upgrade packaging version
Browse files Browse the repository at this point in the history
  • Loading branch information
benkaiser committed Dec 3, 2016
1 parent 75ac296 commit 7212f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electronres/buildpackages.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# first run electron-packager and put the output in tmp
echo 'Building Stretto for all platforms'
electron-packager ./ "Stretto" --platform=win32,linux,darwin --arch=all --version=0.37.6 --out=/tmp --overwrite --ignore="dbs|bower_components|electronres" --icon electronres/icon --prune
electron-packager ./ "Stretto" --platform=win32,linux,darwin --arch=all --version=1.4.10 --out=/tmp --overwrite --ignore="dbs|bower_components|electronres" --icon electronres/icon --prune

# zip the resulting Stretto folders
echo 'Zipping packages for uploading'
Expand Down

0 comments on commit 7212f4f

Please sign in to comment.