Skip to content

Commit 591a90f

Browse files
authored
adhoc-sign: update signing format for Windows (bug 1985071) (#2055)
1 parent 1564c18 commit 591a90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/adhoc-sign.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def main(args: argparse.Namespace):
1919

2020
operating_systems = {
2121
"macOS": ["macapp"],
22-
"windows": ["autograph_authenticode_202404"],
22+
"windows": ["gcp_prod_autograph_authenticode_202412"],
2323
}
2424

2525
params = {}

0 commit comments

Comments
 (0)