From 132d0c9d1f484477eea165572d7eee9d10cd74a2 Mon Sep 17 00:00:00 2001 From: David Gal Date: Thu, 4 Oct 2018 12:28:09 +0300 Subject: [PATCH] Update to Mac deploy script --- mac-deploy-and-installer.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mac-deploy-and-installer.sh b/mac-deploy-and-installer.sh index 53c44c55..eb6954df 100755 --- a/mac-deploy-and-installer.sh +++ b/mac-deploy-and-installer.sh @@ -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 @@ -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 ++++"