diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-25 10:25:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-25 10:25:31 -0400 |
commit | 137ff3969bc85b80380dd6a9c3001191dbead990 (patch) | |
tree | 0322b51421b71ae0fccff2cd82e340c4230d6c66 /Build/InstallDesktopFile.hs | |
parent | 1aca4fa0d8d27e2ef93a4bc25dc60bc8132f9cba (diff) |
file name changed
Diffstat (limited to 'Build/InstallDesktopFile.hs')
-rw-r--r-- | Build/InstallDesktopFile.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/InstallDesktopFile.hs b/Build/InstallDesktopFile.hs index e5e46a0d3..9e4229024 100644 --- a/Build/InstallDesktopFile.hs +++ b/Build/InstallDesktopFile.hs @@ -83,7 +83,7 @@ writeOSXDesktop command = do let appdir = "git-annex.app" installOSXAppFile appdir "Contents/Info.plist" Nothing installOSXAppFile appdir "Contents/Resources/git-annex.icns" Nothing - installOSXAppFile appdir "Contents/MacOS/git-annex" (Just webappscript) + installOSXAppFile appdir "Contents/MacOS/git-annex-webapp" (Just webappscript) where label = "com.branchable.git-annex.assistant" webappscript = unlines |