mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-22 07:29:56 -05:00
Fix windows build script for new version of PySide6
This commit is contained in:
parent
c34fb5a393
commit
a94c7c8f92
@ -29,7 +29,9 @@ poetry install
|
||||
|
||||
**Linux users:** In Ubuntu you may need the `libxcb-xinerama0` package installed.
|
||||
|
||||
**Windows users:** Download and install 7-Zip (x64) from https://7-zip.org/download.html. [Add](https://medium.com/@kevinmarkvi/how-to-add-executables-to-your-path-in-windows-5ffa4ce61a53) `C:\Program Files\7-Zip` to your path.
|
||||
**Windows users:**
|
||||
- Download and install 7-Zip (x64) from https://7-zip.org/download.html. [Add](https://medium.com/@kevinmarkvi/how-to-add-executables-togit fethc-your-path-in-windows-5ffa4ce61a53) `C:\Program Files\7-Zip` to your path.
|
||||
- Download and install gpg4win from https://gpg4win.org/. Add `C:\Program Files (x86)\GnuPG\bin` to your path too.
|
||||
|
||||
Download Tor Browser and extract the binaries for your platform. The platform must be `win64`, `macos`, or `linux64`.
|
||||
|
||||
|
@ -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…
x
Reference in New Issue
Block a user