Hsilgos / nppsaveasadmin

Plugin for notepad++ to save as administrator. "Offical" fork of https://sourceforge.net/projects/nppsaveasadmin/
31 stars 6 forks source link

Add code signing #23

Open tushev opened 3 years ago

tushev commented 3 years ago

Could you please sign the code with a valid code signing certificate?

This could be costly, so maybe main Notepad++ project could help you and sign with their code signing certificate,

As an alternative, your plugin could re-launch Notepad++'s main executable (which is signed) with admin privileges, so it won't be necessary to sign your code.