Changeset 18904 in josm for trunk/native
- Timestamp:
- 2023-11-22T17:08:52+01:00 (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/native/macosx/macos-jpackage.sh
r18879 r18904 12 12 set +x 13 13 14 APPLE_ID="thomas.skowron@fossgis.de"15 14 IMPORT_AND_UNLOCK_KEYCHAIN=${IMPORT_AND_UNLOCK_KEYCHAIN:-1} 16 15 … … 25 24 mkdir app 26 25 27 if [ -z "$CERT_MACOS_P12" ] || [ -z "$CERT_MACOS_PW" ] || [ -z "$APPLE_ID_PW" ] || [ -z "$APPLE_ID_TEAM" ] 26 if [ -z "$CERT_MACOS_P12" ] || [ -z "$CERT_MACOS_PW" ] || [ -z "$APPLE_ID_PW" ] || [ -z "$APPLE_ID_TEAM" ] || [ -z "$APPLE_ID" ] 28 27 then 29 echo "CERT_MACOS_P12, CERT_MACOS_PW, APPLE_ID _PW, or APPLE_ID_TEAM are not set in the environment."28 echo "CERT_MACOS_P12, CERT_MACOS_PW, APPLE_ID, APPLE_ID_PW, or APPLE_ID_TEAM are not set in the environment." 30 29 echo "A JOSM.app will be created but not signed nor notarized." 31 30 SIGNAPP=false
Note:
See TracChangeset
for help on using the changeset viewer.