move
This commit is contained in:
parent
f159cda450
commit
e24ff46f96
7 changed files with 3 additions and 3 deletions
|
@ -87,7 +87,7 @@ writeOSXDesktop command = do
|
|||
|
||||
installOSXAppFile :: FilePath -> FilePath -> Maybe String -> IO ()
|
||||
installOSXAppFile appdir appfile mcontent = do
|
||||
let src = "ui-macos" </> appdir </> appfile
|
||||
let src = "standalone" </> "macos" </> appdir </> appfile
|
||||
home <- myHomeDir
|
||||
dest <- ifM systemwideInstall
|
||||
( return $ "/Applications" </> appdir </> appfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue