fix name of path to osx app directory
This commit is contained in:
parent
6cad247c5f
commit
0e0003f004
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ writeOSXDesktop command = do
|
||||||
|
|
||||||
installOSXAppFile :: FilePath -> FilePath -> Maybe String -> IO ()
|
installOSXAppFile :: FilePath -> FilePath -> Maybe String -> IO ()
|
||||||
installOSXAppFile appdir appfile mcontent = do
|
installOSXAppFile appdir appfile mcontent = do
|
||||||
let src = "standalone" </> "macos" </> appdir </> appfile
|
let src = "standalone" </> "osx" </> appdir </> appfile
|
||||||
home <- myHomeDir
|
home <- myHomeDir
|
||||||
dest <- ifM systemwideInstall
|
dest <- ifM systemwideInstall
|
||||||
( return $ "/Applications" </> appdir </> appfile
|
( return $ "/Applications" </> appdir </> appfile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue