diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-05-24 08:33:06 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-05-24 08:33:06 +0000 |
commit | 67e09f05a666cceab6fcaadf3b23d23acd423831 (patch) | |
tree | ddbb17ee96d75b9002e0d56a128410c165804059 /Game | |
parent | f4a39224ada3fea35d4b07868758b4ad39cb68e1 (diff) | |
download | usdx-67e09f05a666cceab6fcaadf3b23d23acd423831.tar.gz usdx-67e09f05a666cceab6fcaadf3b23d23acd423831.tar.xz usdx-67e09f05a666cceab6fcaadf3b23d23acd423831.zip |
Name change of Mac OS X app bundle: blank in name removed
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1130 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game')
-rw-r--r-- | Game/Code/MacOSX/Info.plist | 6 | ||||
-rw-r--r-- | Game/Code/Makefile.in | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Game/Code/MacOSX/Info.plist b/Game/Code/MacOSX/Info.plist index 178bc1e3..dfc8de66 100644 --- a/Game/Code/MacOSX/Info.plist +++ b/Game/Code/MacOSX/Info.plist @@ -5,11 +5,11 @@ <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleDisplayName</key> - <string>UltraStar Deluxe</string> + <string>UltraStarDeluxe</string> <key>CFBundleExecutable</key> <string>UltraStar</string> <key>CFBundleGetInfoString</key> - <string>UltraStar Deluxe, a SingStar clone</string> + <string>UltraStarDeluxe, a SingStar clone</string> <key>CFBundleIconFile</key> <string>ustar-icon_v01</string> <key>CFBundleIdentifier</key> @@ -17,7 +17,7 @@ <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> - <string>UltraStar Deluxe</string> + <string>UltraStarDeluxe</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> diff --git a/Game/Code/Makefile.in b/Game/Code/Makefile.in index 5ad27020..4b0b10a6 100644 --- a/Game/Code/Makefile.in +++ b/Game/Code/Makefile.in @@ -244,7 +244,7 @@ rpm: all # rpm
@echo "Coming soon"
-macosx_bundle_path = ../../UltraStar\ Deluxe.app/Contents
+macosx_bundle_path = ../../UltraStarDeluxe.app/Contents
macosx-app: all
# Create double clickable Mac OS X application.
|