From c4e488647f6153c5784a56835e84ad29e73078ce Mon Sep 17 00:00:00 2001 From: limpkin Date: Sun, 20 Aug 2023 21:59:52 +0200 Subject: [PATCH] uncommenting the signing part --- scripts/sign/windows/build_and_sign.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sign/windows/build_and_sign.sh b/scripts/sign/windows/build_and_sign.sh index 27ad7dc5..4c509fc3 100644 --- a/scripts/sign/windows/build_and_sign.sh +++ b/scripts/sign/windows/build_and_sign.sh @@ -132,7 +132,7 @@ export PATH=$PATH:"$innosetup_path" # Sign files echo "Signing dlls and exes... feel free to take a coffee" -#signtool sign //fd SHA256 //td SHA256 //tr http://time.certum.pl $(find . -type f \( -name "*.dll" -o -name "*.exe" \)) +signtool sign //fd SHA256 //td SHA256 //tr http://time.certum.pl $(find . -type f \( -name "*.dll" -o -name "*.exe" \)) # Copy required images cp "$innosetup_path\WizClassicSmallImage-IS.bmp" WizModernSmallImage-IS.bmp