Skip to content

Commit

Permalink
chore: update appname
Browse files Browse the repository at this point in the history
  • Loading branch information
J1uShan9 committed Nov 15, 2024
1 parent 68eb28f commit b53e506
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ import platform

hiddenimports = []
if platform.system() == "Linux":
name="ticket-Linux"
name="Transition-Ticket-Linux"
hiddenimports = ["plyer.platforms.linux.notification"]
elif platform.system() == "Windows":
name="ticket-Windows"
name="Transition-Ticket-Windows"
hiddenimports = ["plyer.platforms.win.notification"]
elif platform.system() == "Darwin":
name="ticket-MacOS"
name="Transition-Ticket-MacOS"
hiddenimports = ["plyer.platforms.macosx.notification"]

datas = [("assest", "assest")]
Expand Down

0 comments on commit b53e506

Please sign in to comment.