This commit is contained in:
Kovid Goyal 2019-06-25 18:16:00 +05:30
parent 2435feca3b
commit 323a538bdd
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -955,6 +955,7 @@ def main():
if os.path.exists(args.prefix):
shutil.rmtree(args.prefix)
build(args)
build_launcher(args, launcher_dir='kitty/launcher')
package(args, bundle_type='macos-package')
print('kitty.app successfully built!')