Revert windows.desktopAppMigration changes (which lead to strange hard-to-debug issues)

This commit is contained in:
Reinhard Pointner 2017-04-08 06:12:55 +08:00
parent 463d740e49
commit 771c2e8c4a
1 changed files with 1 additions and 10 deletions

View File

@ -5,7 +5,6 @@
xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2" xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2"
xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
xmlns:rescap3="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/3"
xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10"> xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10">
<Identity <Identity
@ -27,7 +26,7 @@
</Resources> </Resources>
<Dependencies> <Dependencies>
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14393.351" MaxVersionTested="10.0.15063.13" /> <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14393.351" MaxVersionTested="10.0.14393.351" />
</Dependencies> </Dependencies>
<Capabilities> <Capabilities>
@ -96,14 +95,6 @@
</uap2:SupportedVerbs> </uap2:SupportedVerbs>
</uap3:FileTypeAssociation> </uap3:FileTypeAssociation>
</uap3:Extension> </uap3:Extension>
<rescap3:Extension Category="windows.desktopAppMigration">
<rescap3:DesktopAppMigration>
<rescap3:DesktopApp AumId="@{application.name}" />
<rescap3:DesktopApp ShortcutPath="%USERPROFILE%\Desktop\@{application.name}.lnk" />
<rescap3:DesktopApp ShortcutPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\@{application.name}.lnk" />
<rescap3:DesktopApp ShortcutPath="%APPDATA%\Microsoft\Windows\SendTo\Programs\@{application.name}.lnk" />
</rescap3:DesktopAppMigration>
</rescap3:Extension>
</Extensions> </Extensions>
</Application> </Application>
<Application Id="@{package.identifier}.Command" Executable="filebot.exe" EntryPoint="Windows.FullTrustApplication"> <Application Id="@{package.identifier}.Command" Executable="filebot.exe" EntryPoint="Windows.FullTrustApplication">