Skip to content

Commit 9c3ca78

Browse files
committed
I04_1-152: setting icon of executable
1 parent e0e8bfe commit 9c3ca78

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mkdir bin
33

44
cd dls_barcode
55

6-
pyinstaller --onefile --windowed main.py
6+
pyinstaller --onefile --windowed --icon=..\resources\icons\qr_code.ico --clean main.py
77

88
move dist\main.exe ..\bin\barcode.exe
99
rd /S /Q build

resources/icons/qr_code.ico

29.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)