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',