Skip to content

Commit cf6481d

Browse files
committed
Updated to WSLackware 15.0.18.0.
1 parent 1fa0830 commit cf6481d

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/WSLackwareLauncher/DistroLauncher-WSLackware/WSLackware.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2" 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 mp uap2 uap3 rescap desktop">
3-
<Identity Name="WSLackware" Version="15.0.16.0" Publisher="CN=RezaT4795" ProcessorArchitecture="x64" />
3+
<Identity Name="WSLackware" Version="15.0.18.0" Publisher="CN=RezaT4795" ProcessorArchitecture="x64" />
44
<mp:PhoneIdentity PhoneProductId="160867c6-4e75-4e36-85c6-1543de07d5f3" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>WSLackware</DisplayName>

src/WSLackwareLauncher/DistroLauncher-WSLackware/WSLackware.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@
8181
<AppInstallerUpdateFrequency>0</AppInstallerUpdateFrequency>
8282
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
8383
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
84-
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
84+
<AppxPackageSigningTimestampDigestAlgorithm>SHA512</AppxPackageSigningTimestampDigestAlgorithm>
8585
<GenerateTestArtifacts>True</GenerateTestArtifacts>
8686
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
87-
<PackageCertificateKeyFile>WSLackware_TemporaryKey.pfx</PackageCertificateKeyFile>
87+
<PackageCertificateThumbprint>6A3C0A00A97B39CEDC6198FC25370961BB3E5084</PackageCertificateThumbprint>
8888
</PropertyGroup>
8989
<ItemDefinitionGroup>
9090
<Link>

src/WSLackwareLauncher/DistroLauncher-WSLackware/WSLackware.vcxproj.filters

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<CustomBuild Include="$(targetname)" />
55
<CustomBuild Include="$(targetname)" />
66
<CustomBuild Include="$(targetname)" />
7+
<CustomBuild Include="$(targetname)" />
78
</ItemGroup>
89
<ItemGroup>
910
<AppxManifest Include="WSLackware.appxmanifest" />

0 commit comments

Comments
 (0)