mirror of https://github.com/lukechilds/Agama.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
376 B
7 lines
376 B
echo "Build script for Iguana application for Windows platform."
|
|
echo "Preparing electron package $VERSION" && \
|
|
electron-packager . --platform=win32 --arch=all
|
|
--icon=assets/icons/iguana_app_icon.ico
|
|
--out=build/ --buildVersion=VERSION_NUMBER_HERE
|
|
--ignore=assets/bin/osx --ignore=assets/bin/linux64 --overwrite || \
|
|
echo "Did you call script with VERSION variable?"
|