Changeset 18476 in josm for trunk/native
- Timestamp:
- 2022-06-08T19:24:17+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/native/macosx/macos-jpackage.sh
r18304 r18476 30 30 echo "A JOSM.app will be created but not signed nor notarized." 31 31 SIGNAPP=false 32 KEYCHAINPATH=false 33 JPACKAGEOPTIONS="" 32 34 else 33 35 echo "Preparing certificates/keychain for signing…" … … 47 49 SIGNAPP=true 48 50 echo "Signing preparation done." 51 JPACKAGEOPTIONS="--mac-sign --mac-signing-keychain $KEYCHAINPATH" 49 52 fi 50 53 51 54 set -u 52 53 if $SIGNAPP; then54 JPACKAGEOPTIONS="--mac-sign --mac-signing-keychain $KEYCHAINPATH"55 else56 JPACKAGEOPTIONS=""57 fi58 55 59 56 echo "Building and signing app" … … 76 73 --copyright "JOSM, and all its integral parts, are released under the GNU General Public License v2 or later" \ 77 74 --vendor "JOSM" \ 78 --mac-sign \79 75 --mac-package-identifier de.openstreetmap.josm \ 80 76 --mac-package-signing-prefix de.openstreetmap.josm \ 81 --mac-signing-keychain $KEYCHAINPATH \82 77 --file-associations native/file-associations/bz2.properties \ 83 78 --file-associations native/file-associations/geojson.properties \
Note:
See TracChangeset
for help on using the changeset viewer.