Add the ability to run a custom command for signing the binaries
Review Request #3778 — Created Jan. 22, 2025 and submitted — Latest diff uploaded
This allows you to do customize the entire signing process via your
local.mak
.Mine looks like this
CUSTOM_AUTHENTICODE=/home/grim/sign.bat
And then my
sign.bat
does a whole lot of magic I'll document elsewhere.
Ran
make -f Makefile.mingw installers
too many times to count.