From 04072b16e6901a1c2a31ae781f088b81e6407b40 Mon Sep 17 00:00:00 2001 From: NikkeDoy Date: Thu, 12 Dec 2024 01:13:47 +0200 Subject: [PATCH] :sparkles: | Added icon. --- finnwarslauncher.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/finnwarslauncher.spec b/finnwarslauncher.spec index 4636cc8..b3a4595 100644 --- a/finnwarslauncher.spec +++ b/finnwarslauncher.spec @@ -20,4 +20,5 @@ exe = EXE(pyz, upx=True, upx_exclude=[], runtime_tmpdir=None, - console=False ) + console=False, + icon='assets/icon.ico')