Description
I wonder how this repository can be updated from time to time, to allow users to play with a very fresh version of scummvm. It is easy to configure github actions to run once per day (which matches what scummvm servers are doing with the daily builds), however, right now you will need to manually rebase this PR in order to get the latest changes from master, so it seems there is no nice way to handle this, until this branch is merged.
On top of that, if a user loaded the scummvm demo before, when a new version is pushed, they will see the old version (and no indication of a new one). I guess the browser creates a persistent storage and won't overwrite it, so they need to clear the data and refresh. Ideally, it should be an easy way to allow the user to upgrade to the most recent version, showing an unobtrusive message or so.