mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 06:26:10 -04:00
Fix windows build script for new version of PySide6
This commit is contained in:
parent
ff7297fa73
commit
6afec64ae2
2 changed files with 4 additions and 2 deletions
|
@ -324,7 +324,7 @@ def cleanup_build():
|
|||
build_path = os.path.join(desktop_dir, "build", "exe.win-amd64-3.10")
|
||||
before_size = get_size(build_path)
|
||||
|
||||
for dirname in ["examples", "qml"]:
|
||||
for dirname in ["qml"]:
|
||||
shutil.rmtree(os.path.join(build_path, "lib", "PySide6", dirname))
|
||||
for dirname in [
|
||||
"assetimporters",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue