summaryrefslogtreecommitdiffstats
path: root/packaging/macosx
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/macosx')
-rw-r--r--packaging/macosx/Info.plist2
-rwxr-xr-xpackaging/macosx/subsurface.sh5
2 files changed, 1 insertions, 6 deletions
diff --git a/packaging/macosx/Info.plist b/packaging/macosx/Info.plist
index e69d5b02d..f3ac10cdd 100644
--- a/packaging/macosx/Info.plist
+++ b/packaging/macosx/Info.plist
@@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleExecutable</key>
- <string>subsurface.sh</string>
+ <string>subsurface</string>
<key>CFBundleIdentifier</key>
<string>org.hohndel.subsurface</string>
</dict>
diff --git a/packaging/macosx/subsurface.sh b/packaging/macosx/subsurface.sh
deleted file mode 100755
index ee9427c37..000000000
--- a/packaging/macosx/subsurface.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-cd `dirname $0`/../Resources
-../MacOS/subsurface &
-exit 0