forked from microsoft/winfile
-
Notifications
You must be signed in to change notification settings - Fork 3
/
SignConfig.xml
12 lines (12 loc) · 1.15 KB
/
SignConfig.xml
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8" ?>
<SignConfigXML>
<job platform="Win32" certSubject="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" configuration="Release" dest="__OUTPATHROOT__\signed" jobname="Winfile x86" joburl="https://github.com/microsoft/winfile" approvers="">
<file src="__INPATHROOT__\Winfile.exe" signType="135020002" dest="__OUTPATHROOT__\signed\Winfile.exe" />
</job>
<job platform="x64" certSubject="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" configuration="Release" dest="__OUTPATHROOT__\signed" jobname="Winfile x64" joburl="https://github.com/microsoft/winfile" approvers="">
<file src="__INPATHROOT__\Winfile.exe" signType="135020002" dest="__OUTPATHROOT__\signed\Winfile.exe" />
</job>
<job platform="ARM" certSubject="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" configuration="Release" dest="__OUTPATHROOT__\signed" jobname="Winfile ARM" joburl="https://github.com/microsoft/winfile" approvers="">
<file src="__INPATHROOT__\Winfile.exe" signType="135020002" dest="__OUTPATHROOT__\signed\Winfile.exe" />
</job>
</SignConfigXML>