[gimp-macos-build] Fix bundle id in the notarization call



commit 318148874be1ab4ecf6c98e3bbe21afe6c6b00b1
Author: Alex Samorukov <samm os2 kiev ua>
Date:   Sun Jan 12 22:13:20 2020 +0100

    Fix bundle id in the notarization call

 .circleci/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.circleci/config.yml b/.circleci/config.yml
index a7937f5..0cbafbc 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -138,7 +138,7 @@ jobs:
         - run:
             name:  Notarizing DMG package
             command: |
-              xcrun altool --notarize-app --file /tmp/artifacts/gimp-*.dmg -u "${notarization_login}" 
--primary-bundle-id -p "${notarization_password}"
+              xcrun altool --notarize-app --file /tmp/artifacts/gimp-*.dmg -u "${notarization_login}" 
--primary-bundle-id org.gimp.gimp-2.10 -p "${notarization_password}"
         - store_artifacts:
             path: /tmp/artifacts
             destination: builds


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