-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
wbbb
committed
Oct 29, 2024
1 parent
577e325
commit 51d3078
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Taskbar Proxy Control | ||
=== | ||
|
||
usage | ||
--- | ||
|
||
Build with pyinstaller. Windows only, Python 3.11 (3.12 is not supported by pyqtdarktheme) | ||
|
||
```powershell | ||
python -m venv venv | ||
. .\venv\Scripts\Activate.ps1 | ||
pip install -r requirements.txt | ||
pyinstaller ProxyControl.spec | ||
``` | ||
|
||
Run the executable in the dist folder | ||
|
||
If could not start, check `failures.log` in the same folder | ||
|