Thankyou! I hope you find it useful :)
Appijo
8
Posts
1
Topics
26
Followers
19
Following
A member registered Feb 12, 2021 · View creator page →
Creator of
Recent community posts
itch.io Community » General » Release Announcements · Created a new topic 120 (Seamless) Photographic Textures for Your Game
itch.io Community » General » General Discussion · Replied to Paolo Fassin in Moved updated (Windows warnings and security of my software)
itch.io Community » General » General Discussion · Posted in Moved updated (Windows warnings and security of my software)
You're getting these warnings because your games don't have a code-signing certificate. To supress the warnings, you have to submit each game to Microsoft Security Intelligence (https://www.microsoft.com/en-us/wdsi/filesubmission). They will scan it within about 3 hours, and if clean the warnings will stop when people try to install your game.
Because your code isn't signed, you'll have to do this each time you update the game because it will have a different hash.
Another alternative is to provide a no-install version (.zip file) - it's good to give people a choice to play without installing.
Buying a signing certificate can be costly, so unfortunately you have some extra work to do as an unknown dev.