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
This commit is contained in:
parent
17069799a9
commit
ce1d2bf7b1
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue