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 :: FilePath -> IO ()
|
||||||
writeOSXDesktop command = do
|
writeOSXDesktop command = do
|
||||||
installAutoStart command =<< inDestDir =<< ifM systemwideInstall
|
installAutoStart command =<< inDestDir =<< ifM systemwideInstall
|
||||||
( return $ systemAutoStart autoStartLabel
|
( return $ systemAutoStart osxAutoStartLabel
|
||||||
, userAutoStart autoStartLabel
|
, userAutoStart osxAutoStartLabel
|
||||||
)
|
)
|
||||||
|
|
||||||
{- Install the OSX app in non-self-contained mode. -}
|
{- Install the OSX app in non-self-contained mode. -}
|
||||||
|
|
Loading…
Reference in a new issue