Skip to content

Commit

Permalink
Update certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
imaandrew committed Jul 28, 2021
1 parent 8211ba9 commit b907497
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DistroLauncher-Appx/DistroLauncher-Appx.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<PropertyGroup>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<AppxBundle>Always</AppxBundle>
<PackageCertificateThumbprint>71EB7A58422F5FE849D0118E6C4BDEE9F70C615C</PackageCertificateThumbprint>
<PackageCertificateThumbprint>86120E98D4B2462752FD86EDB8F76B18FD758CC9</PackageCertificateThumbprint>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxBundlePlatforms>x64|arm64</AppxBundlePlatforms>
<AppInstallerUpdateFrequency>1</AppInstallerUpdateFrequency>
Expand Down
Binary file modified DistroLauncher-Appx/GentooWSL.pfx.enc
Binary file not shown.
4 changes: 2 additions & 2 deletions DistroLauncher-Appx/MyDistro.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Identity Name="AndrewFehr.GentooWSL" Version="1.1.1.1" Publisher="CN=Andrew Fehr" ProcessorArchitecture="x64" />
<Identity Name="imaandrew.GentooWSL" Version="1.1.1.1" Publisher="CN=imaandrew" ProcessorArchitecture="x64" />
<mp:PhoneIdentity PhoneProductId="160867c6-4e75-4e36-85c6-1543de07d5f3" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>GentooWSL</DisplayName>
<PublisherDisplayName>Andrew Fehr</PublisherDisplayName>
<PublisherDisplayName>imaandrew</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
<Dependencies>
Expand Down

0 comments on commit b907497

Please sign in to comment.