mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-03 15:05:11 -04:00
Change to Python 3.11 in a few other places
This commit is contained in:
parent
1f0d91b663
commit
0a8e380ac0
2 changed files with 5 additions and 5 deletions
|
@ -321,7 +321,7 @@ def main():
|
|||
@main.command()
|
||||
def cleanup_build():
|
||||
"""Delete unused PySide6 stuff to save space"""
|
||||
build_path = os.path.join(desktop_dir, "build", "exe.win-amd64-3.10")
|
||||
build_path = os.path.join(desktop_dir, "build", "exe.win-amd64-3.11")
|
||||
before_size = get_size(build_path)
|
||||
|
||||
for dirname in ["qml"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue