SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Code sign SMAPI

Pathoschild opened this issue ยท 1 comments

commented

Some Windows players report that Windows SmartScreen complains about the SMAPI installer:

image

Look into code signing to prevent that.

commented

I did a quick bit of research, and I don't think code signing is a good fit for SMAPI's open-source development. We'd need to pay an annual fee, and the signing certificate would need to be kept private (which means only one person could build SMAPI releases). Closed as won't fix.