mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
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)
|
||||
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)
|
||||
# }}}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user