Fix #1744
This commit is contained in:
parent
2435feca3b
commit
323a538bdd
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!')
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user