From 67e09f05a666cceab6fcaadf3b23d23acd423831 Mon Sep 17 00:00:00 2001 From: k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> Date: Sat, 24 May 2008 08:33:06 +0000 Subject: 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 --- Game/Code/MacOSX/Info.plist | 6 +++--- Game/Code/Makefile.in | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'Game') 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. -- cgit v1.2.3