Commit 3e9b835
committed
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>1 parent 676bef4 commit 3e9b835
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
292 | 301 | | |
293 | 302 | | |
294 | | - | |
| 303 | + | |
295 | 304 | | |
296 | 305 | | |
297 | 306 | | |
| |||
0 commit comments