mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-12 18:20:34 +03:00
we generate more than just rc commands
This commit is contained in:
parent
841b368021
commit
5412a0126c
2
setup.py
2
setup.py
@ -882,7 +882,7 @@ def update_go_generated_files(args: Options, kitty_exe: str) -> None:
|
||||
# update all the various auto-generated go files, if needed
|
||||
if args.verbose:
|
||||
print('Updating Go generated files...')
|
||||
cp = subprocess.run([kitty_exe, '+launch', os.path.join(base, 'gen-rc-go.py')], stdout=subprocess.PIPE)
|
||||
cp = subprocess.run([kitty_exe, '+launch', os.path.join(base, 'gen-go-code.py')], stdout=subprocess.PIPE)
|
||||
if cp.returncode != 0:
|
||||
raise SystemExit(cp.returncode)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user