diff options
| author | Andre Heinecke <[email protected]> | 2023-07-21 08:29:22 +0000 |
|---|---|---|
| committer | Andre Heinecke <[email protected]> | 2023-07-21 08:29:22 +0000 |
| commit | c68b70ce9d63221abfcaa9bb299c9f4556077006 (patch) | |
| tree | d8b7485e1c88761c29f56a6676e8612891398186 | |
| parent | dirmngr: Add doc for faked-system-time (diff) | |
| download | gnupg-c68b70ce9d63221abfcaa9bb299c9f4556077006.tar.gz gnupg-c68b70ce9d63221abfcaa9bb299c9f4556077006.zip | |
w32: Add keyboxd.exe to signed files
* build-aux/speedo.mk (AUTHENTICODE_FILES): Add keyboxd.exe
--
This should prevent that keyboxd.exe is blocked on systems that
only allow signed executables.
| -rw-r--r-- | build-aux/speedo.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk index 170c20b79..7777411e2 100644 --- a/build-aux/speedo.mk +++ b/build-aux/speedo.mk @@ -282,6 +282,7 @@ AUTHENTICODE_FILES= \ gpgtar.exe \ gpgv.exe \ gpg-card.exe \ + keyboxd.exe \ libassuan-0.dll \ libgcrypt-20.dll \ libgpg-error-0.dll \ |
