From fdc8c343d6ebc7b043a27562dd51f1a51e507a46 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Wed, 27 Aug 2008 20:21:16 +0000 Subject: name and path change of icon file git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1323 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/Makefile.in | 2 +- src/macosx/Info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile.in b/src/Makefile.in index c2f58a47..19e26c7c 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -270,7 +270,7 @@ macosx-app: all # Put the icon file into its particular place. # Must be done BEFORE info.plist is created. - $(INSTALL_DATA) $(usdxrootdir)/Resources/Graphics/ustar-icon_v01.icns $(macosx_bundle_path)/Resources/ + $(INSTALL_DATA) $(usdxrootdir)/icons/ustar-icon_v01.icns $(macosx_bundle_path)/Resources/ # the info.plist file $(INSTALL_DATA) macosx/Info.plist $(macosx_bundle_path)/ diff --git a/src/macosx/Info.plist b/src/macosx/Info.plist index a62966cf..5682c8a5 100644 --- a/src/macosx/Info.plist +++ b/src/macosx/Info.plist @@ -11,7 +11,7 @@ CFBundleGetInfoString UltraStarDeluxe, a SingStar clone CFBundleIconFile - ustar-icon_v01.icns + ultrastardx.icns CFBundleIdentifier org.ultrastardeluxe.ultrastardeluxe CFBundleInfoDictionaryVersion -- cgit v1.2.3