개정판 e7ba6be2
프로그램 실행 시 관리자 권한을 요구하도록 수정
Change-Id: I0c4d6da553fe0fc4369a2830093769a9081d0313
build.bat | ||
---|---|---|
1 | 1 |
%VIRTUALENV_38X86% %WORKSPACE%\.venv |
2 |
%WORKSPACE%\.venv\scripts\activate.bat & pip install -r .\requirements.txt & pyinstaller .\App.spec --onedir -p PyQt5 -w --log-level=DEBUG -y & deactivate |
|
2 |
%WORKSPACE%\.venv\scripts\activate.bat & pip install -r .\requirements.txt & pyinstaller --uac-admin .\App.spec --onedir -p PyQt5 -w --log-level=DEBUG -y & deactivate
|
|
3 | 3 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
4 | 4 |
|
5 | 5 |
:EOF |
내보내기 Unified diff