mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-22 15:58:52 -05:00
Windows Store Submission issue:
Package acceptance validation error: The package file FileBot_4.7.5_r4557.appx specifies a headless app. You don't have permission to create a headless app. Please update AppListEntry="none" in the AppxManifest file and also ensure you have the waiver "HeadlessAppBypass" associated to this app.
This commit is contained in:
parent
cb7297a95e
commit
31654c0c9c
@ -52,7 +52,7 @@
|
||||
</Extensions>
|
||||
</Application>
|
||||
<Application Id="@{package.identifier}.Command" Executable="filebot.exe" EntryPoint="Windows.FullTrustApplication">
|
||||
<uap:VisualElements DisplayName="@{application.name} (console)" Description="Run @{application.name} with Console" AppListEntry="none" BackgroundColor="black" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" >
|
||||
<uap:VisualElements DisplayName="@{application.name} (console)" Description="Run @{application.name} with Console" BackgroundColor="black" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" >
|
||||
<uap:DefaultTile ShortName="@{application.name} (console)" Wide310x150Logo="Assets\Wide310x150Logo.png" Square310x310Logo="Assets\Square310x310Logo.png" Square71x71Logo="Assets\Square71x71Logo.png">
|
||||
<uap:ShowNameOnTiles>
|
||||
<uap:ShowOn Tile="square150x150Logo" />
|
||||
|
Loading…
Reference in New Issue
Block a user