diff options
-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.
|