Add command to unsign .exe files and compare with sha256sums-unsigned-build.txt
To make it easier to check that a signed .exe
file contains the same
program as the unsigned one, we should add some commands like make torbrowser-compare-windows-signed-unsigned-release
that will unsign
tor-browser exe files (in a temporary directory) and check that they
match the ones from sha256sums-unsigned-build.txt
.