Skip to content

Commit

Permalink
Use -h sha256 when codesigning windows .ddl files
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed May 2, 2024
1 parent 4f42d06 commit 165ca17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions external/task.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ function sign:mingw { ## Sign Windows libs. (see windows.pkcs11.sample)
-key "$pkcs11_url" \
-certs "$gen_cert_path" \
-ts "$gen_ts" \
-h "sha256" \
-in "$dir_arch/sqlitejdbc.dll" \
-out "$DIR_SIGNED/Windows/$arch_name/sqlitejdbc.dll"
done
Expand Down

0 comments on commit 165ca17

Please sign in to comment.