aboutsummaryrefslogtreecommitdiffhomepage
path: root/osx
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-08-21 01:20:19 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-08-21 01:20:19 -0700
commit00fcd63b8860e7d29faa577a22dff65a1710a118 (patch)
tree8939140f1a00881dc4ebc9cba509a7a300da41fa /osx
parentf3093649de31d32ed52beb82b55b5a4399dbf5a4 (diff)
Clean up fish.app target to build correctly. Still won't run from Xcode, but will run from Finder
Diffstat (limited to 'osx')
-rw-r--r--osx/Info.plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/osx/Info.plist b/osx/Info.plist
index dcce2c28..f52356b6 100644
--- a/osx/Info.plist
+++ b/osx/Info.plist
@@ -5,7 +5,7 @@
<key>CFBundleDisplayName</key>
<string>fish shell</string>
<key>CFBundleExecutable</key>
- <string>fish_launcher</string>
+ <string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>fish.icns</string>
<key>CFBundleIdentifier</key>