개정판 702779b0
issue #366: Undo/Redo for line resizing
Change-Id: I785f92387264da38138c11e36fcdb238a83008c6
build.bat | ||
---|---|---|
2 | 2 |
SET hhmmss=%TIME:~0,2%-%TIME:~3,2%-%TIME:~6,2% |
3 | 3 |
SET hhmmss=%hhmmss: =0% |
4 | 4 |
|
5 |
SET PYINSTALLER="C:\Users\humkyung.DOFTECH0\AppData\Local\Programs\Python\Python37\Scripts\pyinstaller.exe" |
|
6 |
SET PYQT5="C:\Users\humkyung.DOFTECH0\AppData\Local\Programs\Python\Python37\Lib\site-packages\PyQt5" |
|
5 | 7 |
SET CANDLE="C:\Program Files (x86)\WiX Toolset v3.11\bin\candle.exe" |
6 | 8 |
SET LIGHT="C:\Program Files (x86)\WiX Toolset v3.11\bin\light.exe" |
7 | 9 |
SET SIGNTOOLPATH="C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64\signtool.exe" |
8 | 10 |
SET SIGNPATH="c:\cert\www.doftech.co.kr.pfx" |
9 | 11 |
|
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
|
|
12 |
%PYINSTALLER% App.spec --onedir -p %PYQT5% -w --log-level=DEBUG --hidden-import=tkinter,pyqtgraph -y
|
|
11 | 13 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
12 | 14 |
|
13 | 15 |
:EOF |
14 | 16 |
ECHO process completed |
15 |
exit |
|
17 |
REM exit
|
|
16 | 18 |
|
17 | 19 |
:ERROR |
18 |
exit 1 |
|
20 |
REM exit 1 |
내보내기 Unified diff