Skip to content

Commit

Permalink
Update for SSL.com CodeSignTool 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed May 20, 2021
1 parent 97e54be commit 4030174
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion windows/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,10 @@ def add_files(dirpath, indent):
"-username=" + os.environ["SSL_COM_USERNAME"],
"-password=" + os.environ["SSL_COM_PASSWORD"],
"-totp_secret=" + os.environ["SSL_COM_TOTP_SECRET"],
"-program_name=System76 Keyboard Configurator",
"-input_file_path=../../../keyboard-configurator.msi",
"-output_dir_path=../../",
], cwd="sign/CodeSignTool/CodeSignTool-v1.0-windows")
], cwd="sign/CodeSignTool/CodeSignTool-v1.1.0-windows")

# Update MSI
os.remove("keyboard-configurator.msi")
Expand Down

0 comments on commit 4030174

Please sign in to comment.