AppxManifest.xml (rufus-3.12) | : | AppxManifest.xml (rufus-3.13) | ||
---|---|---|---|---|
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | |||
<Package | <Package | |||
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" | xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" | |||
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" | xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" | |||
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/r estrictedcapabilities"> | xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/r estrictedcapabilities"> | |||
<!-- NB: If you're signing with Authenticode, then the Publisher *MUST* match the LDAP fields from the | <!-- NB: If you're signing with Authenticode, then the Publisher *MUST* match the LDAP fields from the | |||
signature certificate exactly, else SignTool will fail with error 0x80070 00b. Note that this makes | signature certificate exactly, else SignTool will fail with error 0x80070 00b. Note that this makes | |||
for an interesting struggle, when you also happen to have a comma in one of the fields... --> | for an interesting struggle, when you also happen to have a comma in one of the fields... --> | |||
<Identity | <Identity | |||
Name="Rufus" | Name="Rufus" | |||
Version="3.12.1710.0" | Version="3.13.1730.0" | |||
ProcessorArchitecture="@ARCH@" | ProcessorArchitecture="@ARCH@" | |||
Publisher='CN=Akeo Consulting, O=Akeo Consulting, STREET=24 Grey Rock, L=Milf ord, S=Co. Donegal, PostalCode=F92 D667, C=IE' /> | Publisher='CN=Akeo Consulting, O=Akeo Consulting, STREET=24 Grey Rock, L=Milf ord, S=Co. Donegal, PostalCode=F92 D667, C=IE' /> | |||
<Properties> | <Properties> | |||
<DisplayName>Rufus</DisplayName> | <DisplayName>Rufus</DisplayName> | |||
<PublisherDisplayName>Akeo Consulting</PublisherDisplayName> | <PublisherDisplayName>Akeo Consulting</PublisherDisplayName> | |||
<Description>Rufus</Description> | <Description>Rufus</Description> | |||
<Logo>Assets\Square44x44Logo.png</Logo> | <Logo>Assets\Square44x44Logo.png</Logo> | |||
</Properties> | </Properties> | |||
<Resources> | <Resources> | |||
<Resource Language="en-US" /> | <Resource Language="en-US" /> | |||
</Resources> | </Resources> | |||
<Dependencies> | <Dependencies> | |||
<TargetDeviceFamily | <TargetDeviceFamily | |||
Name="Windows.Desktop" | Name="Windows.Desktop" | |||
MinVersion="10.0.14316.0" | MinVersion="10.0.14316.0" | |||
MaxVersionTested="10.0.19041.329" /> | MaxVersionTested="10.0.19042.572" /> | |||
</Dependencies> | </Dependencies> | |||
<Capabilities> | <Capabilities> | |||
<rescap:Capability Name="runFullTrust" /> | <rescap:Capability Name="runFullTrust" /> | |||
<rescap:Capability Name="allowElevation" /> | <rescap:Capability Name="allowElevation" /> | |||
</Capabilities> | </Capabilities> | |||
<Applications> | <Applications> | |||
<Application | <Application | |||
Id="Rufus" | Id="Rufus" | |||
Executable="rufus.exe" | Executable="rufus.exe" | |||
EntryPoint="Windows.FullTrustApplication"> | EntryPoint="Windows.FullTrustApplication"> | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |