1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[appstore] use a separate solution for App packaging

* Also update _chver.sh and fix version in Package.appxmanifest
This commit is contained in:
Pete Batard 2021-02-07 20:19:53 +00:00
parent b2492908be
commit b3daef6a67
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
6 changed files with 160 additions and 29 deletions

View file

@ -4,13 +4,12 @@
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
xmlns:iot="http://schemas.microsoft.com/appx/manifest/iot/windows10"
IgnorableNamespaces="uap rescap iot">
IgnorableNamespaces="uap rescap">
<Identity
Name="19453.net.Rufus"
Publisher="CN=7AC86D13-3E5A-491A-ADD5-80095C212740"
Version="3.13.1739.0" />
Version="3.14.1740.0" />
<Properties>
<DisplayName>Rufus</DisplayName>