mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-14 13:41:25 -05:00
Update a python 3.11 path to 3.12 on windows
This commit is contained in:
parent
302ccc9514
commit
a5f4b30198
@ -324,7 +324,7 @@ def main():
|
|||||||
@main.command()
|
@main.command()
|
||||||
def cleanup_build():
|
def cleanup_build():
|
||||||
"""Delete unused PySide6 stuff to save space"""
|
"""Delete unused PySide6 stuff to save space"""
|
||||||
build_path = os.path.join(desktop_dir, "build", "exe.win-amd64-3.11")
|
build_path = os.path.join(desktop_dir, "build", "exe.win-amd64-3.12")
|
||||||
before_size = get_size(build_path)
|
before_size = get_size(build_path)
|
||||||
|
|
||||||
for dirname in ["qml"]:
|
for dirname in ["qml"]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user