I noticed that the Itch page for SuperTuxKart hasn't been updated yet, and there are a few improvements that could be made as well.
File names should be simple and not contain any version info. Instead of names like "SuperTuxKart 0.9.3 for Windows (64-bits)", it should just be "SuperTuxKart Windows". This way, the Itch app will automatically update the game to new versions.
A manifest file could be added, which allows specifying which files to launch. This includes the ability to specify different executables on different platforms in one manifest file, so if the files for two platforms were very similar then they could be put into one download.
Uploading builds can be automated with tools such as Butler.
If desired, I would be happy to help out with this.
Description
I noticed that the Itch page for SuperTuxKart hasn't been updated yet, and there are a few improvements that could be made as well.
File names should be simple and not contain any version info. Instead of names like "SuperTuxKart 0.9.3 for Windows (64-bits)", it should just be "SuperTuxKart Windows". This way, the Itch app will automatically update the game to new versions.
A manifest file could be added, which allows specifying which files to launch. This includes the ability to specify different executables on different platforms in one manifest file, so if the files for two platforms were very similar then they could be put into one download.
Uploading builds can be automated with tools such as Butler.
If desired, I would be happy to help out with this.