Skip to content

Commit

Permalink
XXX
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Aug 9, 2024
1 parent 2fd75c8 commit 37f61d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions windows/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ def add_files(dirpath, indent):
zip.extractall(tool_dir + ".partial")
os.rename(tool_dir + ".partial", tool_dir)

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

# Sign with specified cloud signing key
check_call([
"cmd", "/c", "CodeSignTool.bat",
Expand All @@ -216,6 +219,9 @@ def add_files(dirpath, indent):
"-output_dir_path=./",
], cwd="sign")

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

# Update MSI
os.remove("keyboard-configurator.msi")
os.rename("sign/keyboard-configurator.msi", "keyboard-configurator.msi")

0 comments on commit 37f61d5

Please sign in to comment.