Skip to content

Commit 1f6a262

Browse files
committed
see #17083 - use signtool.exe extension, hopefully it will work...
git-svn-id: https://josm.openstreetmap.de/svn/trunk@18153 0c6e7542-c601-0410-84e7-c038aed88b3b
1 parent e120c76 commit 1f6a262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/windows/win-jpackage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ echo "Building done."
6868
if $SIGNAPP; then
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
7373
fi

0 commit comments

Comments
 (0)