[gimp-macos-build/wip/lukaso/tests] Fix notarize script



commit 49dc176e819c2cf975fcbcad13e53abbaf87315d
Author: Lukas Oberhuber <lukaso gmail com>
Date:   Fri Oct 15 23:01:44 2021 +0100

    Fix notarize script

 package/notarize.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/package/notarize.sh b/package/notarize.sh
index 3ec2bd8..25d71d8 100755
--- a/package/notarize.sh
+++ b/package/notarize.sh
@@ -2,10 +2,10 @@
 
 HEX="[0-9a-f"]
 UUID_REGEX="($HEX{8}-$HEX{4}-$HEX{4}-$HEX{4}-$HEX{12})"
-DMG_FILE=`find /tmp/artifacts/ -name "gimp-2.10*.dmg"`
+DMG_FILE=`find /tmp/artifacts/ -name "gimp-2.99*.dmg"`
 
 # Submit for notarization and get our ticket ID if submission is successful
-ALTOOL_OUT="$(xcrun altool --notarize-app --file ${DMG_FILE} -u ${notarization_login} --primary-bundle-id 
org.gimp.gimp-2.10 -p ${notarization_password} 2>&1)" || ALTOOL_FAILED=true
+ALTOOL_OUT="$(xcrun altool --notarize-app --file ${DMG_FILE} -u ${notarization_login} --primary-bundle-id 
org.gimp.gimp-2.99 -p ${notarization_password} 2>&1)" || ALTOOL_FAILED=true
 
 echo "$ALTOOL_OUT"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]