From cd83474960b86c2c99c370b6a4982f54889c24ee Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Thu, 16 Apr 2009 21:51:20 +0000 Subject: 2.5 / SCons * ui layout scripts were not copied to bundle on OSX patch by Stephan Kassemeyer on ML --- tools/Blender.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/Blender.py b/tools/Blender.py index 8286a3a4714..d24a7c4c2cb 100644 --- a/tools/Blender.py +++ b/tools/Blender.py @@ -353,6 +353,8 @@ def AppIt(target=None, source=None, env=None): commands.getoutput(cmd) cmd = 'cp -R %s/release/scripts %s/%s.app/Contents/MacOS/.blender/'%(bldroot,builddir,binary) commands.getoutput(cmd) + cmd = 'cp -R %s/release/ui %s/%s.app/Contents/MacOS/.blender/'%(bldroot,builddir,binary) + commands.getoutput(cmd) cmd = 'chmod +x %s/%s.app/Contents/MacOS/%s'%(builddir,binary, binary) commands.getoutput(cmd) cmd = 'find %s/%s.app -name .svn -prune -exec rm -rf {} \;'%(builddir, binary) -- cgit v1.2.3