Changeset 18146 in josm for trunk/native/macosx


Ignore:
Timestamp:
2021-08-21T00:19:29+02:00 (3 years ago)
Author:
Don-vip
Message:

see #17083 - sign MSI file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/native/macosx/macos-jpackage.sh

    r18138 r18146  
    77# CERT_MACOS_PW   Password for that certificate
    88
    9 set -Eeou pipefail
     9set -Eeo pipefail
    1010
    1111# Don't show one time passwords
     
    2828then
    2929    echo "CERT_MACOS_P12, CERT_MACOS_PW and APPLE_ID_PW are not set in the environment."
    30     echo "I will create a JOSM.app but I won't attempt to sign and notarize it."
     30    echo "A JOSM.app will be created but not signed nor notarized."
    3131    SIGNAPP=false
    3232else
     
    4949fi
    5050
     51set -u
     52
    5153if $SIGNAPP; then
    5254  JPACKAGEOPTIONS="--mac-sign --mac-signing-keychain $KEYCHAINPATH"
     
    5658
    5759echo "Building and signing app"
    58     jpackage $JPACKAGEOPTIONS -n "JOSM" --input dist --main-jar josm-custom.jar \
     60jpackage $JPACKAGEOPTIONS -n "JOSM" --input dist --main-jar josm-custom.jar \
    5961    --main-class org.openstreetmap.josm.gui.MainApplication \
    6062    --icon ./native/macosx/JOSM.icns --type app-image --dest app \
Note: See TracChangeset for help on using the changeset viewer.