diff --git a/builder.bat b/builder.bat index bc46ebc..b4f5256 100644 --- a/builder.bat +++ b/builder.bat @@ -1,4 +1,4 @@ @echo off python -m venv .venv .\.venv\Scripts\pip3.exe install -r requirements.txt -.\.venv\Scripts\pyinstaller.exe --noconsole -n SRR -F --clean main.py \ No newline at end of file +.\.venv\Scripts\pyinstaller.exe --uac-admin --noconsole -n SRR -F --clean main.py