diff options
Diffstat (limited to 'packaging/macosx/Info.plist')
-rw-r--r-- | packaging/macosx/Info.plist | 4 |
1 files changed, 2 insertions, 2 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> |