Skip to content

Commit

Permalink
fix startup bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateo Cruz committed Sep 15, 2021
1 parent 05b1fda commit f5daf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bannoti.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def removeFromStartup(Name) -> None:

elif argv[1] == '--yesstartup':
from os import getcwd
addToStartup('Bannoti', f"{getcwd()}/bannoti.py")
addToStartup('Bannoti', f"{getcwd()}\\bannoti.exe")

elif argv[1] == '--nostartup':
removeFromStartup('Bannoti')
Expand Down

0 comments on commit f5daf9e

Please sign in to comment.