v2: tabs, chain builder, obfuscation modes, hop slider, Defender exclusion, firewall kept
Made-with: Cursor
This commit is contained in:
21
build_exe.bat
Normal file
21
build_exe.bat
Normal file
@@ -0,0 +1,21 @@
|
||||
@echo off
|
||||
setlocal
|
||||
cd /d "%~dp0"
|
||||
|
||||
python -m pip install -r requirements.txt
|
||||
python -m pip install pyinstaller
|
||||
|
||||
python -m PyInstaller --noconfirm --clean ^
|
||||
--onefile --windowed ^
|
||||
--uac-admin ^
|
||||
--name ProxyChainManager ^
|
||||
--collect-all customtkinter ^
|
||||
--hidden-import pystray._win32 ^
|
||||
run.py
|
||||
|
||||
copy /Y "dist\ProxyChainManager.exe" "%USERPROFILE%\Desktop\ProxyChainManager.exe" >nul
|
||||
echo.
|
||||
echo Built: dist\ProxyChainManager.exe
|
||||
echo Copied to: %USERPROFILE%\Desktop\ProxyChainManager.exe
|
||||
endlocal
|
||||
|
||||
Reference in New Issue
Block a user