Skip to content

Commit

Permalink
Update to Mac deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
norulz committed Oct 4, 2018
1 parent 462ee6e commit 132d0c9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions mac-deploy-and-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
#
# After running the script the installer.app should be in the mac_online_installer folder and the repository should be ready for upload
#
# UPDATE VERSION AND RELEASE DATES in xml files

XVER="v1.1.2"

## run the Qt mac deployment tool to create the executable package
cd deploy
Expand Down Expand Up @@ -84,8 +86,8 @@ if [ -z "$BINARYCREATOR" ]; then
echo "Tool binarycreator not found, can't continue"
exit 1
fi
$BINARYCREATOR --online-only -v -c config/config.xml -p packages XyGrib_Mac_Online_Installer/XyGrib_Mac_Online_Installer
$BINARYCREATOR -v -c config/config.xml -p packages -e org.opengribs.xygrib.maps XyGrib_Mac_Offline_Installer/XyGrib_Mac_Offline_Installer
$BINARYCREATOR -v --offline-only -c config/config.xml -p packages XyGrib_Mac_Testing_Installer/XyGrib_Mac_Testing_Installer
$BINARYCREATOR --online-only -v -c config/config.xml -p packages XyGrib_Mac_Online_Installer_$XVER/XyGrib_Mac_Online_Installer_$XVER
$BINARYCREATOR -v -c config/config.xml -p packages -e org.opengribs.xygrib.maps XyGrib_Mac_Offline_Installer_$XVER/XyGrib_Mac_Offline_Installer_$XVER
$BINARYCREATOR -v --offline-only -c config/config.xml -p packages XyGrib_Mac_Testing_Installer_$XVER/XyGrib_Mac_Testing_Installer_$XVER

echo "++++ All Done ++++"

0 comments on commit 132d0c9

Please sign in to comment.