From 323a538bdd8044a611000971c36052a58b18d24e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 25 Jun 2019 18:16:00 +0530 Subject: [PATCH] Fix #1744 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ab67f391a..e4ca70ffd 100755 --- a/setup.py +++ b/setup.py @@ -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!')