mirror of
https://github.com/3minbe/DBC_Converter.git
synced 2026-05-17 01:23:58 +09:00
icon을 포함한 실행파일 생성성
This commit is contained in:
parent
8bd14a0bb7
commit
b000abf32e
@ -16,7 +16,7 @@ class MainView(tk.Tk):
|
|||||||
self.geometry("800x600")
|
self.geometry("800x600")
|
||||||
|
|
||||||
# 아이콘 설정
|
# 아이콘 설정
|
||||||
icon_path = "icon.ico"
|
icon_path = os.path.join(os.path.dirname(__file__), "icon.ico")
|
||||||
self.iconbitmap(icon_path)
|
self.iconbitmap(icon_path)
|
||||||
|
|
||||||
# 메뉴바 추가
|
# 메뉴바 추가
|
||||||
|
|||||||
@ -26,7 +26,7 @@ exe = EXE(
|
|||||||
debug=False,
|
debug=False,
|
||||||
bootloader_ignore_signals=False,
|
bootloader_ignore_signals=False,
|
||||||
strip=False,
|
strip=False,
|
||||||
upx=False,
|
upx=True,
|
||||||
upx_exclude=[],
|
upx_exclude=[],
|
||||||
runtime_tmpdir=None,
|
runtime_tmpdir=None,
|
||||||
console=False,
|
console=False,
|
||||||
@ -35,4 +35,5 @@ exe = EXE(
|
|||||||
target_arch=None,
|
target_arch=None,
|
||||||
codesign_identity=None,
|
codesign_identity=None,
|
||||||
entitlements_file=None,
|
entitlements_file=None,
|
||||||
|
icon=['icon.ico'],
|
||||||
)
|
)
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
BIN
dist/DBC_Converter.exe
vendored
BIN
dist/DBC_Converter.exe
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user