This commit is contained in:
Kovid Goyal
2019-06-25 18:16:00 +05:30
parent 2435feca3b
commit 323a538bdd

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!')