Skip to content

Commit

Permalink
Update builder.bat
Browse files Browse the repository at this point in the history
Added user admin prompt
  • Loading branch information
Mefgner authored Jul 4, 2024
1 parent b2674b4 commit bc4fff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder.bat
Original file line number Diff line number Diff line change
@@ -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
.\.venv\Scripts\pyinstaller.exe --uac-admin --noconsole -n SRR -F --clean main.py

0 comments on commit bc4fff1

Please sign in to comment.