mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Fix #1744
This commit is contained in:
1
setup.py
1
setup.py
@@ -955,6 +955,7 @@ def main():
|
|||||||
if os.path.exists(args.prefix):
|
if os.path.exists(args.prefix):
|
||||||
shutil.rmtree(args.prefix)
|
shutil.rmtree(args.prefix)
|
||||||
build(args)
|
build(args)
|
||||||
|
build_launcher(args, launcher_dir='kitty/launcher')
|
||||||
package(args, bundle_type='macos-package')
|
package(args, bundle_type='macos-package')
|
||||||
print('kitty.app successfully built!')
|
print('kitty.app successfully built!')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user