hytos / build.bat @ 3590ad41
이력 | 보기 | 이력해설 | 다운로드 (797 Bytes)
1 | a5975d30 | humkyung | SET yyyymmdd=%DATE:~0,4%-%DATE:~5,2%-%DATE:~8,2% |
---|---|---|---|
2 | SET hhmmss=%TIME:~0,2%-%TIME:~3,2%-%TIME:~6,2% |
||
3 | SET hhmmss=%hhmmss: =0% |
||
4 | |||
5 | 590ec615 | humkyung | REM SET PYINSTALLER="C:\Users\humkyung.DOFTECH0\AppData\Local\Programs\Python\Python37\Scripts\pyinstaller.exe" |
6 | REM SET PYQT5="C:\Users\humkyung.DOFTECH0\AppData\Local\Programs\Python\Python37\Lib\site-packages\PyQt5" |
||
7 | a5975d30 | humkyung | SET CANDLE="C:\Program Files (x86)\WiX Toolset v3.11\bin\candle.exe" |
8 | SET LIGHT="C:\Program Files (x86)\WiX Toolset v3.11\bin\light.exe" |
||
9 | SET SIGNTOOLPATH="C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64\signtool.exe" |
||
10 | SET SIGNPATH="c:\cert\www.doftech.co.kr.pfx" |
||
11 | |||
12 | 702779b0 | humkyung | %PYINSTALLER% App.spec --onedir -p %PYQT5% -w --log-level=DEBUG --hidden-import=tkinter,pyqtgraph -y |
13 | a5975d30 | humkyung | IF %ERRORLEVEL% NEQ 0 goto :ERROR |
14 | |||
15 | :EOF |
||
16 | ECHO process completed |
||
17 | 590ec615 | humkyung | exit |
18 | a5975d30 | humkyung | |
19 | :ERROR |
||
20 | 590ec615 | humkyung | exit 1 |