summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2024-04-26 13:39:14 +0200
committerOskar Nyberg <oskar@mullvad.net>2024-05-06 16:14:58 +0200
commit40739a58875d8965313cb242c8a699d8e04dfee4 (patch)
treeaa8fe6c9c38f941a3ca11fdbb75cb6c33fe119d6
parent35e9180f1de9ee3ed188b78eaa794d01266f8c0d (diff)
downloadmullvadvpn-40739a58875d8965313cb242c8a699d8e04dfee4.tar.xz
mullvadvpn-40739a58875d8965313cb242c8a699d8e04dfee4.zip
Point signtool to the new signing cert
-rwxr-xr-xbuild.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 1329c2cf5c..7149231b11 100755
--- a/build.sh
+++ b/build.sh
@@ -183,8 +183,7 @@ function sign_win {
-tr http://timestamp.digicert.com -td sha256 \
-fd sha256 -d "Mullvad VPN" \
-du "https://github.com/mullvad/mullvadvpn-app#readme" \
- -f "$CERT_FILE" \
- -p "$CERT_PASSPHRASE" "$binary"
+ -sha1 "$CERT_HASH" "$binary"
then
break
fi