From c069737df819445025c30e12b30561c91e41968a Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Thu, 14 Aug 2008 19:41:12 +0000 Subject: [PATCH] Moved icon from Source/ to Binary/, since files used as-is seem to be placed in Binary/. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@196 8ced0084-cf51-0410-be5f-012b33b47a6e --- .../Dolphin.app/Contents/Resources}/Dolphin.icns | Bin Source/Core/DolphinWX/src/SConscript | 1 - 2 files changed, 1 deletion(-) rename {Source/Core/DolphinWX/resources => Binary/mac/Dolphin.app/Contents/Resources}/Dolphin.icns (100%) diff --git a/Source/Core/DolphinWX/resources/Dolphin.icns b/Binary/mac/Dolphin.app/Contents/Resources/Dolphin.icns similarity index 100% rename from Source/Core/DolphinWX/resources/Dolphin.icns rename to Binary/mac/Dolphin.app/Contents/Resources/Dolphin.icns diff --git a/Source/Core/DolphinWX/src/SConscript b/Source/Core/DolphinWX/src/SConscript index 028023fd40..ce8f9ad4af 100644 --- a/Source/Core/DolphinWX/src/SConscript +++ b/Source/Core/DolphinWX/src/SConscript @@ -23,7 +23,6 @@ if sys.platform == 'darwin': icon = 'Dolphin' version = "svn" wxenv.Program("../../../../Binary/mac/Dolphin.app/Contents/MacOS/Dolphin", files, LIBS = ["debwx", "discio", "core", "bdisasm", "videocommon", "common" , "z"]) - wxenv.Command("../../../../Binary/mac/Dolphin.app/Contents/Resources/" + icon + ".icns", "../resources/" + icon + ".icns", Copy("$TARGET", "$SOURCE")) wxenv.Plist("../../../../Binary/mac/Dolphin.app/Contents/Info.plist", Value(dict( CFAppleHelpAnchor = 'index', CFBundleExecutable = 'Dolphin',