From 759441082a7155b98b8f5d56870633a81d2781f5 Mon Sep 17 00:00:00 2001 From: nakeee Date: Tue, 18 Nov 2008 08:33:49 +0000 Subject: [PATCH] mac fix git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1205 8ced0084-cf51-0410-be5f-012b33b47a6e --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 98ea60ecd3..e27769ed06 100644 --- a/SConstruct +++ b/SConstruct @@ -257,7 +257,7 @@ env.Install(env['data_dir'], 'Data/User') if sys.platform == 'darwin': env.Install(env['binary_dir'] + 'Dolphin.app/Contents/Resources/', - Source/Core/DolphinWX/resources/Dolphin.icns) + 'Source/Core/DolphinWX/resources/Dolphin.icns') if env['bundle']: # Make tar ball (TODO put inside normal dir)