In #2576 I gave the StoryQuest kit zip file a name that matches the other assets, i.e. including the version number:
The problem with doing this is that it means the filename is not predictable. If the kit was always called threadbare-storyquest-kit.zip then the URL https://github.com/endlessm/threadbare/releases/latest/download/threadbare-storyquest-kit.zip would always point to the latest version. I anticipate that having a URL that always points to the latest version will be useful.
The folder within the zip file has the version number in it, as does the project.godot. So the version number is easy enough to find.
In #2576 I gave the StoryQuest kit zip file a name that matches the other assets, i.e. including the version number:
The problem with doing this is that it means the filename is not predictable. If the kit was always called
threadbare-storyquest-kit.zipthen the URL https://github.com/endlessm/threadbare/releases/latest/download/threadbare-storyquest-kit.zip would always point to the latest version. I anticipate that having a URL that always points to the latest version will be useful.The folder within the zip file has the version number in it, as does the
project.godot. So the version number is easy enough to find.