mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 08:47:47 +02:00
And we have frozen builds working with kitty-tool
This commit is contained in:
@@ -238,10 +238,12 @@ def main():
|
||||
files = find_binaries(env)
|
||||
fix_permissions(files)
|
||||
add_ca_certs(env)
|
||||
kitty_exe = os.path.join(env.base, 'bin', 'kitty')
|
||||
iv['build_frozen_tools'](kitty_exe)
|
||||
if not args.dont_strip:
|
||||
strip_binaries(files)
|
||||
if not args.skip_tests:
|
||||
iv['run_tests'](os.path.join(env.base, 'bin', 'kitty'))
|
||||
iv['run_tests'](kitty_exe)
|
||||
create_tarfile(env, args.compression_level)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user