kevinsawicki / signcode

Codesign Windows executables from a Mac
42 stars 25 forks source link

Use signtool.exe on windows #4

Open develar opened 8 years ago

develar commented 8 years ago

I am going to use signtool.exe in my fork, because I don't want to reinvent the wheel and duplicate code, but have to sign windows binaries outside of Squirrel.Windows.

So, it will be natural solution to not add yet another exec in my code, but just add signtool.exe support here, so, all clients of this signcode module will automatically get support of signing on Windows without additional lines of code.

If you don't mind, I will prepare PR.