Skip to content

Commit

Permalink
Update to 11.3.0, use SHA-512 as timestamp algo.
Browse files Browse the repository at this point in the history
  • Loading branch information
KexyBiscuit committed Apr 14, 2024
1 parent 1e9da38 commit f218b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AOSCOSLauncher-Appx/AOSCOS.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap uap3 desktop rescap">
<Identity Name="20470KexyBiscuit.AOSCOSonWSL" Version="11.1.0.0" Publisher="CN=7A0EF4AF-D8E1-463F-A051-23A700957CE2" />
<Identity Name="20470KexyBiscuit.AOSCOSonWSL" Version="11.3.0.0" Publisher="CN=7A0EF4AF-D8E1-463F-A051-23A700957CE2" />
<Properties>
<DisplayName>AOSC OS on WSL</DisplayName>
<PublisherDisplayName>Kexy Biscuit</PublisherDisplayName>
Expand Down
2 changes: 1 addition & 1 deletion AOSCOSLauncher-Appx/AOSCOSLauncher-Appx.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<AppInstallerUpdateFrequency>0</AppInstallerUpdateFrequency>
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<AppxPackageSigningTimestampDigestAlgorithm>SHA512</AppxPackageSigningTimestampDigestAlgorithm>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<AppxPackageSigningTimestampServerUrl>http://timestamp.acs.microsoft.com</AppxPackageSigningTimestampServerUrl>
Expand Down

0 comments on commit f218b7b

Please sign in to comment.