Open shikulja opened 2 years ago
Greetings! If needed I can provide you a dedicated server and updater. Updater was developed years ago for another game, but it supports customization and can be redesigned
Hi @Killbrum , isn't it better that the game itself will check for the new release and notify (and download) a new version? I think adding extra application is not the best way to go. Also I assume it is for Windows only while we have players for various platforms.
I don't think that we need any dedicated server for such purposes as a new release can be immediately downloaded from GitHub itself from https://github.com/ihhub/fheroes2/releases/latest
link. This link will be forwarded to https://github.com/ihhub/fheroes2/releases/tag/0.9.13
and from where a proper file can be downloaded.
Preliminary checks
Describe the problem requiring a solution
Need a build updater, this can be useful for windows systems without having to go to git for new builds. A very convenient implementation was in duckstation (gpl) When a notification about a new version appears at startup, and a list of recent changes.
Describe the possible solution
Use ready implementation?
Additional info
No response