This commit is contained in:
Kovid Goyal 2019-06-25 08:26:19 +05:30
parent 29d059680c
commit 2435feca3b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -809,10 +809,10 @@ def package(args, bundle_type):
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)
# }}}