Changeset 18153 in josm


Ignore:
Timestamp:
2021-08-21T13:54:00+02:00 (3 years ago)
Author:
Don-vip
Message:

see #17083 - use signtool.exe extension, hopefully it will work...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/native/windows/win-jpackage.sh

    r18146 r18153  
    6969    CERTIFICATE_P12=certificate.p12
    7070    echo "$SIGN_CERT" | base64 --decode > $CERTIFICATE_P12
    71     signtool sign //f $CERTIFICATE_P12 //d "Java OpenStreetMap Editor" //du "https://josm.openstreetmap.de" //p "$SIGN_STOREPASS" //v //fd SHA256 //tr "$SIGN_TSA" //td SHA256 "app/JOSM.msi"
     71    signtool.exe sign //f $CERTIFICATE_P12 //d "Java OpenStreetMap Editor" //du "https://josm.openstreetmap.de" //p "$SIGN_STOREPASS" //v //fd SHA256 //tr "$SIGN_TSA" //td SHA256 "app/JOSM.msi"
    7272    rm $CERTIFICATE_P12
    7373fi
Note: See TracChangeset for help on using the changeset viewer.