mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 10:12:17 +02:00
New CLI for bypy
This commit is contained in:
@@ -59,8 +59,8 @@ def call(*cmd: str, cwd: Optional[str] = None, echo: bool = False) -> None:
|
|||||||
|
|
||||||
def run_build(args: Any) -> None:
|
def run_build(args: Any) -> None:
|
||||||
for x in ('64', '32', 'arm64'):
|
for x in ('64', '32', 'arm64'):
|
||||||
call(f'python ../bypy linux {x} program', echo=True)
|
call(f'python ../bypy linux --arch {x} program', echo=True)
|
||||||
call(f'python ../bypy linux {x} shutdown', echo=True)
|
call(f'python ../bypy linux --arch {x} shutdown', echo=True)
|
||||||
call('python ../bypy macos program --sign-installers --notarize', echo=True)
|
call('python ../bypy macos program --sign-installers --notarize', echo=True)
|
||||||
call('python ../bypy macos shutdown')
|
call('python ../bypy macos shutdown')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user