Skip to content

feat: sign windows binaries #13086

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Apr 29, 2024
Prev Previous commit
Next Next commit
update windows script comment
  • Loading branch information
sreya committed Apr 27, 2024
commit 640cc1bb7dbd317a5deae2b85aa219c75f55d82f
4 changes: 0 additions & 4 deletions scripts/sign_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
#
# On success, the input file will be signed using the EV cert.
#
# You can also run the following command to verify the signature on other
# systems, but it may be less accurate:
# rcodesign verify path/to/binary
#
# Depends on the jsign utility (and thus Java). Requires the following environment variables
# to be set:
# - $JSIGN_PATH: The path to the jsign jar.
Expand Down