Skip to content

Commit

Permalink
make sure all pyside6 dll imported
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafaasadi authored Mar 9, 2024
1 parent c68534c commit a34848b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ place `version.py` and `persepolis.ico` in perseplois folder.
run Windows cmd or powershell (as Admin) and enter persepolis folder so build persepolis by pyinstaller with this command:

```
pyinstaller '.\persepolis\Persepolis Download Manager.py' -p "C:\Program Files (x86)\Windows Kits\10
\Redist\ucrt\DLLs\x64" -p C:\python35\Lib\site-packages\PyQt5\Qt\bin\ -w -F -i persepolis.ico -n "Persepolis Download Manager
" --version-file version.py
pyinstaller '.\persepolis\Persepolis Download Manager.py' -p "C:\Program Files (x86)\Windows Kits\10\Redist\ucrt\DLLs\x64"
-p "C:\Users\mosta\AppData\Local\Programs\Python\Python312\Lib\site-packages\PyQt5\Qt5\bin\" -p "C:\Users\mosta\AppData\Local\Programs\Python\Python312\Lib\site-package
s\PySide6" -F -w -i persepolis.ico -n "Persepolis Download Manager" --version-file version.py --clean
```

If you changed **windows SDK** (step 1-4) and **python** (step 1-2) installation directory you should change `-p(path)`
Expand Down

0 comments on commit a34848b

Please sign in to comment.