프로젝트

일반

사용자정보

개정판 9a89f493

ID9a89f4934a76b75b3bdfebc1f3fae6f9cc5c187e
상위 a3660676
하위 799333d5, 46780216

김연진이(가) 5년 이상 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)