diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2012-01-03 20:18:04 +0100 |
---|---|---|
committer | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2012-01-03 20:19:57 +0100 |
commit | 854391419f7ed669eab43ed36c6a13a313eb3436 (patch) | |
tree | 97ab529becc88e3c7193fa12b352141f00b97634 /packaging | |
parent | 513df18f50afc13fcef9f2421b5a33b772eed380 (diff) | |
download | subsurface-854391419f7ed669eab43ed36c6a13a313eb3436.tar.gz |
More Mac improvements
The startup shell script workaround isn't needed anymore. The preferences
hotkey didn't work. Remove left-over menu separators.
Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/macosx/Info.plist | 2 | ||||
-rwxr-xr-x | packaging/macosx/subsurface.sh | 5 |
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 |