Skip to content

Commit

Permalink
Forgot one place to remove 32-bit binary from
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Aug 17, 2024
1 parent 96b0912 commit d8db17c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@ def files_for_upload() -> Dict[str, str]:
for f, desc in {
'macos/dist/kitty-{}.dmg': 'macOS dmg',
'linux/64/dist/kitty-{}-x86_64.txz': 'Linux amd64 binary bundle',
'linux/32/dist/kitty-{}-i686.txz': 'Linux x86 binary bundle',
'linux/arm64/dist/kitty-{}-arm64.txz': 'Linux arm64 binary bundle',
}.items():
path = os.path.join('bypy', 'b', f.format(version))
Expand Down

0 comments on commit d8db17c

Please sign in to comment.