attempt to add icon to executable

This commit is contained in:
mungai-njoroge
2023-09-16 14:49:35 +03:00
parent 99493de4ce
commit 23c355d9bf
3 changed files with 2 additions and 0 deletions
+1
View File
@@ -41,4 +41,5 @@ exe = EXE(
target_arch=None,
codesign_identity=None,
entitlements_file=None,
icon=['../assets/logo-fill.ico'],
)