개정판 9a89f493
issue #000 : 실행 파일 icon 적용
Change-Id: I7788d8aa8f0c935fcce5a93a4c2c8954c993d40b
App.spec | ||
---|---|---|
32 | 32 |
strip=False, |
33 | 33 |
upx=True, |
34 | 34 |
console=False, |
35 |
icon='HYTOS.ico', |
|
35 | 36 |
version='version.rc') |
36 | 37 |
coll = COLLECT(exe, |
37 | 38 |
a.binaries, |
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 --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
|
|
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 |
|
11 | 11 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
12 | 12 |
|
13 | 13 |
:EOF |
내보내기 Unified diff