Skip to content

Commit

Permalink
adhoc-sign: update signing format for Windows (bug 1931584)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeid committed Nov 15, 2024
1 parent 84fe14e commit 16f0fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/adhoc-sign.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def main(args: argparse.Namespace):

operating_systems = {
"macOS": ["macapp"],
"windows": ["autograph_authenticode_sha2"],
"windows": ["autograph_authenticode_202404"],
}

params = {}
Expand Down

0 comments on commit 16f0fff

Please sign in to comment.