Amulet-Team / Amulet-Map-Editor

A new Minecraft world editor and converter that supports all versions since Java 1.12 and Bedrock 1.7.
https://www.amuletmc.com/
1.71k stars 124 forks source link

[Feature Request] Code Signing #828

Open gentlegiantJGC opened 1 year ago

gentlegiantJGC commented 1 year ago

Feature Request

The Problem

Amulet is often stopped by antivirus programs prompting the user that the program may be dangerous. This is because the program isn't code signed.

Feature Description

Implement code signing of the application. I believe this is normally done on the installer.

theworldfoundry mentioned this https://www.sigstore.dev/

I think we need to create an installer first.

gentlegiantJGC commented 1 year ago

https://learn.microsoft.com/en-us/windows/win32/seccrypto/signtool?redirectedfrom=MSDN

superusercode commented 1 year ago

Submitting to microsoft's package manager https://github.com/microsoft/winget-pkgs automatically removes smartscreen warnings, but the issue goes back to needing an installer first. Does a separate issue need to be made for that?