mac fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1205 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
f67a608c7d
commit
759441082a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue