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
please.sh build git: use the signtool alias when available
In git-for-windows/MINGW-packages@4ddc5d6 we
changed the process to build the mingw-w64-git packages to allow for
code-signing by setting the SIGNTOOL environment variable to an
appropriate command-line that just needs the file names as additional
arguments.
Since we already have code in please.sh that expects an optional signtool
configuration as alias, let's just reuse that, if available.
This helps in environments where Windows File Protection is enabled, which
suffers greatly when being used with unsigned .exe files (everything gets
super slow).
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
0 commit comments