Hello!
I manage to upload new versions of my games (I have some gaming sites, and I do games for them), by changing the version of the game in the project file (In Construct2 at Properties > About > Version) and by changing a line in the exported files, in index.html, at "<script src="c2runtime.js"></script>" I will change for version 2, by adding "?version=2", and I write: "<script src="c2runtime.js?version=2"></script>".
All good, it works perfectly for Chrome, Edge, and for Mozilla to, but, I got a problem. In Mozilla, I verify and the version is updated, but I see just a black screen, nothing else. If I try the game in Mozilla Private (Incognito), it's work perfectly.
But what is interesting is that the version will update, if I check the version by going View Page Source and going to that line, with c2runtime, I see there the new version.
Anybody know what is wrong? Or have a better idea to upload new games and flush the cache?
Thank you!
PS: You can check the game here: friv-games-today.com/Games/Poop-It/index.html