OSX: Fix RunAtLoad value in plist file.

This commit is contained in:
Joey Hess 2012-11-15 01:01:54 -04:00
parent 3907e46c13
commit d3766803b4
3 changed files with 3 additions and 0 deletions

View file

@ -38,6 +38,7 @@ genOSXAutoStartFile label command params = unlines
, unlines $ map (\v -> "<string>" ++ v ++ "</string>") (command:params)
, "</array>"
, "<key>RunAtLoad</key>"
, "<true/>"
, "</dict>"
, "</plist>"
]