oops
This commit is contained in:
4
setup.py
4
setup.py
@@ -809,10 +809,10 @@ def package(args, bundle_type):
|
|||||||
safe_makedirs(launcher_dir)
|
safe_makedirs(launcher_dir)
|
||||||
build_launcher(args, launcher_dir, bundle_type)
|
build_launcher(args, launcher_dir, bundle_type)
|
||||||
if not is_macos:
|
if not is_macos:
|
||||||
create_linux_bundle_gunk()
|
create_linux_bundle_gunk(ddir)
|
||||||
|
|
||||||
if bundle_type.startswith('macos-'):
|
if bundle_type.startswith('macos-'):
|
||||||
create_macos_bundle_gunk()
|
create_macos_bundle_gunk(ddir)
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user