mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 17:52:59 -07:00
Fix MacOS login items application path
This commit is contained in:
parent
7047ac8007
commit
53cd759422
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ def set_startup():
|
||||||
try:
|
try:
|
||||||
subprocess.Popen(['osascript', '-e',
|
subprocess.Popen(['osascript', '-e',
|
||||||
'tell application "System Events" to make login item at end with properties '
|
'tell application "System Events" to make login item at end with properties '
|
||||||
'{path:"~/Applications/Tautulli.app", hidden:false}'])
|
'{path:"/Applications/Tautulli.app", hidden:false}'])
|
||||||
logger.info("Added Tautulli to MacOS login items.")
|
logger.info("Added Tautulli to MacOS login items.")
|
||||||
return True
|
return True
|
||||||
except OSError as e:
|
except OSError as e:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue