Provide a long-lived download URL for all/new BombSquad releases #697
Replies: 4 comments
-
Offtop, but good to see you're still here! You're a modding pioneer, man. |
Beta Was this translation helpful? Give feedback.
-
Similar issue through Lutris. |
Beta Was this translation helpful? Give feedback.
-
similar issue with flatpak builds https://github.com/bombsquad02420/net.froemling.bombsquad/blob/main/net.froemling.bombsquad.yml#L27-L29 |
Beta Was this translation helpful? Give feedback.
-
if a python script works for your case then here you go https://github.com/Loup-Garou911XD/bombsquad_server-termux/blob/main/get_latest_link.py |
Beta Was this translation helpful? Give feedback.
-
Hey,
efforts to package BombSquad for Linux distros (AUR, NixOS) currently run into an issue with release downloads. The current version of the game is not available in the
/old/
directory, so they pull fromhttps://files.ballistica.net/bombsquad/builds/BombSquad_Linux_${_arch}_${_version}.tar.gz
. This URL goes bad after the next release, breaking package builds.It'd be nice to have the current/new releases available both under
/builds/
and/builds/old/
such that packaging scripts can use the long-livedold/..
URL. (archive/
might be a better name in this case 🙂)This might reduce pressure on the packagers to keep their versions up-to-date but is still a good change imo.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions