Skip to content

Commit

Permalink
windows: Update path for new version of CodeSignTool
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Aug 9, 2024
1 parent 45df433 commit 7f11217
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions windows/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ def add_files(dirpath, indent):
"-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.2.7-windows")
"-input_file_path=../keyboard-configurator.msi",
"-output_dir_path=./",
], cwd="sign")

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

0 comments on commit 7f11217

Please sign in to comment.