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