diff options
Diffstat (limited to 'packaging/macosx')
-rw-r--r-- | packaging/macosx/Info.plist | 4 | ||||
-rwxr-xr-x | packaging/macosx/subsurface.sh | 5 |
2 files changed, 2 insertions, 7 deletions
diff --git a/packaging/macosx/Info.plist b/packaging/macosx/Info.plist index 4ee12438b..f3ac10cdd 100644 --- a/packaging/macosx/Info.plist +++ b/packaging/macosx/Info.plist @@ -13,8 +13,8 @@ <key>CFBundleSignature</key> <string>????</string> <key>CFBundleExecutable</key> - <string>subsurface.sh</string> + <string>subsurface</string> <key>CFBundleIdentifier</key> - <string>torvalds.subsurface</string> + <string>org.hohndel.subsurface</string> </dict> </plist> 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 |