oops
This commit is contained in:
parent
29d059680c
commit
2435feca3b
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -809,10 +809,10 @@ def src_ignore(parent, entries):
|
|||
safe_makedirs(launcher_dir)
|
||||
build_launcher(args, launcher_dir, bundle_type)
|
||||
if not is_macos:
|
||||
create_linux_bundle_gunk()
|
||||
create_linux_bundle_gunk(ddir)
|
||||
|
||||
if bundle_type.startswith('macos-'):
|
||||
create_macos_bundle_gunk()
|
||||
create_macos_bundle_gunk(ddir)
|
||||
# }}}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue