You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 addsigntool.exe
support here, so, all clients of thissigncode
module will automatically get support of signing on Windows without additional lines of code.If you don't mind, I will prepare PR.
The text was updated successfully, but these errors were encountered: