File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,11 @@ private static X509Certificate2 GetCert()
5050 {
5151 IsPrivateKeyExportable = true ,
5252 KeyBitLength = 4096 ,
53- Name = new X500DistinguishedName ( "cn =MaiChartManager" ) ,
53+ Name = new X500DistinguishedName ( "CN =MaiChartManager" ) ,
5454 ValidFrom = DateTime . Today . AddDays ( - 1 ) ,
5555 ValidTo = DateTime . Today . AddYears ( 5 ) ,
5656 } ) ;
5757
58- X509Certificate2UI . DisplayCertificate ( cert ) ;
59-
6058 File . WriteAllBytes ( path , cert . Export ( X509ContentType . Pfx ) ) ;
6159 return cert ;
6260 }
Original file line number Diff line number Diff line change 1515 <Logo >Images\StoreLogo.png</Logo >
1616 </Properties >
1717 <Dependencies >
18- <TargetDeviceFamily Name =" MSIXCore.Desktop" MinVersion =" 6.1.7601.0"
19- MaxVersionTested =" 10.0.10240.0" />
2018 <TargetDeviceFamily Name =" Windows.Desktop" MinVersion =" 10.0.17763.0"
2119 MaxVersionTested =" 10.0.22621.0" />
2220 <win32dependencies : ExternalDependency Name =" Microsoft.WebView2"
Original file line number Diff line number Diff line change 1+ del .\*.appx
2+
13set PATH = %PATH% ;" C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64" ;" C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64"
24
35pushd Pack
You can’t perform that action at this time.
0 commit comments