mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 23:45:04 -04:00
End web thread successfully when cleaning up after a tab, which prevents crashes after running the tests; and fix msi_filename in Windows build script
This commit is contained in:
parent
c7cec56408
commit
64227a9445
3 changed files with 8 additions and 4 deletions
|
@ -39,7 +39,9 @@ def main():
|
|||
print("○ Create the binary")
|
||||
run(["briefcase", "create"], desktop_dir)
|
||||
run(["briefcase", "package"], desktop_dir)
|
||||
msi_filename = glob.glob(os.path.join(cli_dir, "windows", "OnionShare-*.msi"))[0]
|
||||
msi_filename = glob.glob(os.path.join(desktop_dir, "windows", "OnionShare-*.msi"))[
|
||||
0
|
||||
]
|
||||
print(f"○ Created unsigned installer: {msi_filename}")
|
||||
|
||||
print(f"○ Signing installer")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue