diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2010-07-28 20:56:20 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2010-07-28 20:56:20 +0000 |
commit | ce1d2bf7b19960d7a5a1dc208a291dce7c6b305e (patch) | |
tree | a93f10edd42d7db1f0242b0f2af196deef760b01 /utils | |
parent | 17069799a935fc96367b7cfd7d5e3ec689bcef92 (diff) |
Update theme editor app name for OS X bundle.
The OS X bundle Info.plist needs to hold the filename of the executable for the
application bundle to work correctly. Update it according to the recent name
change.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27605 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils')
-rw-r--r-- | utils/themeeditor/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/Info.plist b/utils/themeeditor/Info.plist index 2d794a72b6..95c5604604 100644 --- a/utils/themeeditor/Info.plist +++ b/utils/themeeditor/Info.plist @@ -3,7 +3,7 @@ <plist version="0.9"> <dict> <key>CFBundleExecutable</key> - <string>themeeditor</string> + <string>rbthemeeditor</string> <key>CFBundleName</key> <string>Theme Editor</string> <key>CFBundleShortVersionString</key> |