LewisGaul / minegauler

A clone of the original minesweeper game with many added features
GNU General Public License v3.0
11 stars 8 forks source link

Code signing #175

Open LewisGaul opened 2 years ago

LewisGaul commented 2 years ago

Mac and Windows both complain about the untrusted executable, making it awkward for users to run it.

deepgandhi commented 2 years ago

Refer https://stackoverflow.com/a/49696454 for signing either you have to generate a certificate or buy from Certifying Authority (CA). I have searched but the cost of buying a certificate is too high, so I don't think it is practically possible.