mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-08 01:15:00 -04:00
Write proper Windows release build script, and update Windows release docs
This commit is contained in:
parent
f93341c86c
commit
ff664e59be
5 changed files with 86 additions and 190 deletions
|
@ -36,7 +36,7 @@ def main():
|
|||
print("○ Building onionshare-cli")
|
||||
run(["poetry", "install"], cli_dir)
|
||||
run(["poetry", "build"], cli_dir)
|
||||
whl_filename = glob.glob(f"{cli_dir}/dist/*.whl")[0]
|
||||
whl_filename = glob.glob(os.path.join(cli_dir, "dist", "*.whl"))[0]
|
||||
whl_basename = os.path.basename(whl_filename)
|
||||
shutil.copyfile(whl_filename, os.path.join(desktop_dir, whl_basename))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue