Fix buildbot error building release on macOS
This commit is contained in:
parent
ea6992d0e5
commit
708e81bdfa
@ -88,12 +88,12 @@ def pack_mac(builder):
|
|||||||
|
|
||||||
release_dir = os.path.join(builder.blender_dir, 'release', 'darwin')
|
release_dir = os.path.join(builder.blender_dir, 'release', 'darwin')
|
||||||
bundle_sh = os.path.join(release_dir, 'bundle.sh')
|
bundle_sh = os.path.join(release_dir, 'bundle.sh')
|
||||||
if info.is_development_build:
|
|
||||||
background_image = os.path.join(release_dir, 'buildbot', 'background.tif')
|
|
||||||
|
|
||||||
command = [bundle_sh]
|
command = [bundle_sh]
|
||||||
command += ['--source', builder.install_dir]
|
command += ['--source', builder.install_dir]
|
||||||
command += ['--dmg', package_filepath]
|
command += ['--dmg', package_filepath]
|
||||||
|
if info.is_development_build:
|
||||||
|
background_image = os.path.join(release_dir, 'buildbot', 'background.tif')
|
||||||
command += ['--background-image', background_image]
|
command += ['--background-image', background_image]
|
||||||
buildbot_utils.call(command)
|
buildbot_utils.call(command)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user