Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I'm not able to run the download test for you but the symptom has a standard cause and it explains why you can't reproduce it.

Windows SmartScreen flags unsigned executables on reputation and that reputation is tracked per file hash. A brand new unsigned build has none so some users see the warning and others never do. Your own machine is the worst possible test because it already trusts a file it has seen before. Android does the same thing through Play Protect on a sideloaded apk.

So it's probably not your page and not an infected file. It's the missing signature. Signing costs money but it's the only thing that clears this properly.

Thanks for the detailed feedback! I really appreciate you taking the time to explain what might be causing the download warning. I’ll definitely look into code signing and improving the distribution process for future builds. Glad to hear it doesn’t necessarily indicate an infected file. Thanks again for testing the game!