Skip to content

Commit

Permalink
wrong path for .ico
Browse files Browse the repository at this point in the history
  • Loading branch information
MightyPotatoast committed Aug 20, 2021
1 parent 6be3b32 commit 73b4bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from cx_Freeze import setup, Executable

executables = [
Executable(script="main.py", icon="/img/discord.ico", base="Win32GUI")
Executable(script="main.py", icon="img/discord.ico", base="Win32GUI")
]
# ne pas mettre "base = ..." si le programme n'est pas en mode graphique

Expand Down

0 comments on commit 73b4bcb

Please sign in to comment.