Skip to content

Commit

Permalink
uncommenting the signing part
Browse files Browse the repository at this point in the history
  • Loading branch information
limpkin committed Aug 20, 2023
1 parent 62cf83d commit c4e4886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sign/windows/build_and_sign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4e4886

Please sign in to comment.