Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It has been reported that Windows File Protection (WFP) only caches results on code-signed .exe files. Which means that every script that calls unsigned .exe files, like, a gazillion files (such as Git does) are prone to execute super-slowly, for no good reason. So let's just code-sign the .exe files with the signtool command-line set via the SIGNTOOL environment variable. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
- Loading branch information