summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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