location for linux installers has changed with recent bypy changes
This commit is contained in:
parent
8e435dff16
commit
32c4f4ccaa
1 changed files with 2 additions and 2 deletions
|
|
@ -371,8 +371,8 @@ def files_for_upload() -> Dict[str, str]:
|
|||
signatures = {}
|
||||
for f, desc in {
|
||||
'macos/dist/kitty-{}.dmg': 'macOS dmg',
|
||||
'linux/64/sw/dist/kitty-{}-x86_64.txz': 'Linux amd64 binary bundle',
|
||||
'linux/32/sw/dist/kitty-{}-i686.txz': 'Linux x86 binary bundle',
|
||||
'linux/64/dist/kitty-{}-x86_64.txz': 'Linux amd64 binary bundle',
|
||||
'linux/32/dist/kitty-{}-i686.txz': 'Linux x86 binary bundle',
|
||||
}.items():
|
||||
path = os.path.join('bypy', 'b', f.format(version))
|
||||
if not os.path.exists(path):
|
||||
|
|
|
|||
Loading…
Reference in a new issue