Skip to content

Commit

Permalink
windows: Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Aug 9, 2024
1 parent cb94955 commit c84a36f
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 @@ -215,9 +215,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")
"-input_file_path=../../keyboard-configurator.msi",
"-output_dir_path=../",
], cwd="sign/CodeSignTool")

print(os.listdir())
print(os.listdir('sign'))
Expand Down

0 comments on commit c84a36f

Please sign in to comment.