返回 DeepSeek-Reasonix
windows-installer-v2.xml
根目录 / .signpath / artifact-configurations / windows-installer-v2.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Sign the finished NSIS container only when the exact payload used to build it
3 is present and already Authenticode-signed. GitHub Actions wraps this flat
4 bundle in a zip before SignPath receives it. Keep this versioned separately
5 so provisioning it cannot break releases still using windows-installer. -->
6 <artifact-configuration xmlns="http://signpath.io/artifact-configuration/v1">
7 <zip-file>
8 <pe-file path="*installer*.exe">
9 <authenticode-sign />
10 </pe-file>
11 <pe-file path="reasonix-desktop.exe">
12 <authenticode-verify />
13 </pe-file>
14 <pe-file path="reasonix-guard.exe">
15 <authenticode-verify />
16 </pe-file>
17 <pe-file path="reasonix-launcher.exe">
18 <authenticode-verify />
19 </pe-file>
20 <pe-file path="reasonix-update-helper.exe">
21 <authenticode-verify />
22 </pe-file>
23 <pe-file path="reasonix-cli.exe">
24 <authenticode-verify />
25 </pe-file>
26 <pe-file path="reasonix-uninstall.exe">
27 <authenticode-verify />
28 </pe-file>
29 </zip-file>
30 </artifact-configuration>
31
31 lines XML