개정판 01f546fb
issue #1066: 매뉴얼 및 산출물 작성 - 32비트용 설치 파일 생성
Change-Id: I5d2743b329452e27ef1f9a9d7a8bca7fc0cd2233
build.bat | ||
---|---|---|
7 | 7 |
SET SIGNTOOLPATH="C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64\signtool.exe" |
8 | 8 |
SET SIGNPATH="c:\cert\www.doftech.co.kr.pfx" |
9 | 9 |
|
10 |
pyinstaller App.spec --onedir -p "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\Lib\site-packages\PyQt5" -w --log-level=DEBUG --hidden-import=tkinter,pyqtgraph -y |
|
10 |
pyinstaller --icon=HYTOS.ico App.spec --onedir -p "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\Lib\site-packages\PyQt5" -w --log-level=DEBUG --hidden-import=tkinter,pyqtgraph -y
|
|
11 | 11 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
12 | 12 |
|
13 | 13 |
:EOF |
내보내기 Unified diff