Skip to content

Commit

Permalink
bugfix : #14
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfrust committed Sep 23, 2021
1 parent 5523d10 commit ad1533e
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 @@ -89,7 +89,7 @@ def removeFromStartup(Name) -> None:

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

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

0 comments on commit ad1533e

Please sign in to comment.