osx build fix
This commit is contained in:
parent
8f7c1daefe
commit
b7df987adb
1 changed files with 2 additions and 2 deletions
|
@ -70,8 +70,8 @@ writeFDODesktop command = do
|
|||
writeOSXDesktop :: FilePath -> IO ()
|
||||
writeOSXDesktop command = do
|
||||
installAutoStart command =<< inDestDir =<< ifM systemwideInstall
|
||||
( return $ systemAutoStart autoStartLabel
|
||||
, userAutoStart autoStartLabel
|
||||
( return $ systemAutoStart osxAutoStartLabel
|
||||
, userAutoStart osxAutoStartLabel
|
||||
)
|
||||
|
||||
{- Install the OSX app in non-self-contained mode. -}
|
||||
|
|
Loading…
Reference in a new issue