[gimp-macos-build/wip/lukaso/tests] Use existing bundle id
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-macos-build/wip/lukaso/tests] Use existing bundle id
- Date: Sat, 16 Oct 2021 17:28:40 +0000 (UTC)
commit 7b8328d212cb0a79e7475beb0bc7d57b7ba44774
Author: Lukas Oberhuber <lukaso gmail com>
Date: Sat Oct 16 00:53:19 2021 +0100
Use existing bundle id
package/notarize.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/package/notarize.sh b/package/notarize.sh
index 25d71d8..f2e45b9 100755
--- a/package/notarize.sh
+++ b/package/notarize.sh
@@ -5,7 +5,7 @@ UUID_REGEX="($HEX{8}-$HEX{4}-$HEX{4}-$HEX{4}-$HEX{12})"
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.99 -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.10 -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]