From 910aeed82c6341096d94a780282c7caec6f703a9 Mon Sep 17 00:00:00 2001 From: idk Date: Mon, 29 Aug 2022 09:44:18 -0400 Subject: [PATCH] add /a to signer script --- sign.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sign.sh b/sign.sh index e800a16..60c6ad6 100755 --- a/sign.sh +++ b/sign.sh @@ -40,6 +40,6 @@ if [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then linuxsign I2P-Profile-Installer-$I2P_VERSION.exe cp "I2P-Profile-Installer-$I2P_VERSION.exe" "I2P-Profile-Installer-$I2P_VERSION-signed.exe" else - signtool.exe sign "I2P-Profile-Installer-$I2P_VERSION.exe" + signtool.exe sign /a "I2P-Profile-Installer-$I2P_VERSION.exe" cp "I2P-Profile-Installer-$I2P_VERSION.exe" "I2P-Profile-Installer-$I2P_VERSION-signed.exe" fi