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

echo "Build script for Iguana application for Linux platform."
echo "Preparing electron package $VERSION" && \
electron-packager . --platform=linux --arch=x64 \
--icon=assets/icons/iguana_app_icon_png/128x128.png \
--out=build/ --buildVersion=$VERSION \
--ignore=assets/bin/win64 --ignore=assets/bin/osx --overwrite || \
echo "Did you call script with VERSION variable?"