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 faddece commit 264b41a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"-username=" + os.environ["SSL_COM_USERNAME"],
"-password=" + os.environ["SSL_COM_PASSWORD"],
"-totp_secret=" + os.environ["SSL_COM_TOTP_SECRET"],
"-program_name=System76 Thelio Io",
"-input_file_path=../../../wix/thelio-io-0.1.0-x86_64.msi",
"-output_dir_path=../../",
], cwd="target/sign/CodeSignTool/CodeSignTool-v1.0-windows")
], cwd="target/sign/CodeSignTool/CodeSignTool-v1.1.0-windows")

0 comments on commit 264b41a

Please sign in to comment.