OSX: Fix RunAtLoad value in plist file.
This commit is contained in:
parent
3907e46c13
commit
d3766803b4
3 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,7 @@ genOSXAutoStartFile label command params = unlines
|
|||
, unlines $ map (\v -> "<string>" ++ v ++ "</string>") (command:params)
|
||||
, "</array>"
|
||||
, "<key>RunAtLoad</key>"
|
||||
, "<true/>"
|
||||
, "</dict>"
|
||||
, "</plist>"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue