mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 06:25:13 +02:00
Move SSH askpass implementation into kitten
This commit is contained in:
2
setup.py
2
setup.py
@@ -1459,7 +1459,7 @@ def package(args: Options, bundle_type: str) -> None:
|
||||
if path.endswith('.so'):
|
||||
return True
|
||||
q = path.split(os.sep)[-2:]
|
||||
if len(q) == 2 and q[0] == 'ssh' and q[1] in ('askpass.py', 'kitty', 'kitten'):
|
||||
if len(q) == 2 and q[0] == 'ssh' and q[1] in ('kitty', 'kitten'):
|
||||
return True
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user