Also ensure kitty-tool bootstrap is executable
This commit is contained in:
parent
ef71b071db
commit
441e4edfb2
2
setup.py
2
setup.py
@ -1425,7 +1425,7 @@ def package(args: Options, bundle_type: str) -> None:
|
|||||||
if path.endswith('.so'):
|
if path.endswith('.so'):
|
||||||
return True
|
return True
|
||||||
q = path.split(os.sep)[-2:]
|
q = path.split(os.sep)[-2:]
|
||||||
if len(q) == 2 and q[0] == 'ssh' and q[1] in ('askpass.py', 'kitty'):
|
if len(q) == 2 and q[0] == 'ssh' and q[1] in ('askpass.py', 'kitty', 'kitty-tool'):
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user