From 5293dfc1a7f71e45d03c991af2fab7b868030b39 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 19 Nov 2024 10:30:13 +0100 Subject: [PATCH] Upgrade code signing This adds support for Microsoft Azure Trusted Signing and removes signing of the Debug binaries to minimize the Trusted Signing API volume. Signed-off-by: Simon Rozman --- MSI/MSIBuild | 2 +- MakefilePlatCfg.mak | Bin 10312 -> 11062 bytes README.md | 23 +++++++++++++++++------ include/Debug.props | 5 ----- include/Release.props | 11 ++++++++--- 5 files changed, 26 insertions(+), 15 deletions(-) diff --git a/MSI/MSIBuild b/MSI/MSIBuild index b8364de..eccce8c 160000 --- a/MSI/MSIBuild +++ b/MSI/MSIBuild @@ -1 +1 @@ -Subproject commit b8364dea81f39b321d726317a9dcbf6b13a455e0 +Subproject commit eccce8c523c9193c1e3a627e4dd8a80cd3cd5703 diff --git a/MakefilePlatCfg.mak b/MakefilePlatCfg.mak index 4fbca07799548c5e72e4f59743a6f5304dd4918f..786e4af1f42d3645962fddb5866c84747d4a02e7 100644 GIT binary patch delta 583 zcmb`DO-{m46on59Fb>=RX|zb9MdQyvM}%rZf{K8|K_^m*q7+P965^zb=tf9LT!VXX zGk$#GEqlEvS7$m`U6*(_E0i{}xxKUK+ucIiP@7_%b`gI| z)K&-EmZeSZs+t@Z-@(fAbfKYqMVcta21?}6i!>!q6sS+$=FPpv++)0>nnuI{S^oOb z{2a5PocZ={+Be-E2tIe-7)&kpwsd8HH^7$fc9<|_V!#|v&$@i zC2W5B3!JBYmh53iI$&VWQ1CR25pg%3e7Y&!q| delta 28 kcmdlMb|PSdk{Y`UgDZm@gTmz1YSxfalse - - - - - \ No newline at end of file diff --git a/include/Release.props b/include/Release.props index d3100ed..4109659 100644 --- a/include/Release.props +++ b/include/Release.props @@ -26,9 +26,14 @@ NDEBUG;%(PreprocessorDefinitions) - - - + + + + + + \ No newline at end of file