Skip to content

Commit 19033ec

Browse files
Workaround
1 parent f245d57 commit 19033ec

File tree

1 file changed

+25
-9
lines changed

1 file changed

+25
-9
lines changed

NanaZipPackage/Package.appxmanifest

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@
196196
<uap:ShowOn Tile="square310x310Logo"/>
197197
</uap:ShowNameOnTiles>
198198
</uap:DefaultTile>
199-
<uap:SplashScreen Image="Assets\Wide310x150Logo.png" />
200199
</uap:VisualElements>
201200
<Extensions>
202201
<uap3:Extension
@@ -268,14 +267,6 @@
268267
</uap:SupportedFileTypes>
269268
</uap3:FileTypeAssociation>
270269
</uap:Extension>
271-
<uap:Extension Category="windows.shareTarget">
272-
<uap:ShareTarget Description="ms-resource:///Legacy/Resource2329" uap10:DisplayName="ms-resource:///Legacy/Resource2329">
273-
<uap:SupportedFileTypes>
274-
<uap:SupportsAnyFileType />
275-
</uap:SupportedFileTypes>
276-
<uap:DataFormat>StorageItems</uap:DataFormat>
277-
</uap:ShareTarget>
278-
</uap:Extension>
279270
<desktop4:Extension Category="windows.fileExplorerContextMenus">
280271
<desktop4:FileExplorerContextMenus>
281272
<!-- Our verb name starts with "C" to work around a bug preventing our shell menu from appearing in the
@@ -300,6 +291,31 @@
300291
</com:Extension>
301292
</Extensions>
302293
</Application>
294+
<!-- Workaround: uap10:DisplayName not work? -->
295+
<Application
296+
Id="NanaZipS"
297+
Executable="NanaZip.exe"
298+
EntryPoint="Windows.FullTrustApplication">
299+
<uap:VisualElements
300+
DisplayName="ms-resource:///Legacy/Resource2329"
301+
Description="ms-resource:///Legacy/Resource2329"
302+
BackgroundColor="transparent"
303+
Square150x150Logo="Assets\Square150x150Logo.png"
304+
Square44x44Logo="Assets\Square44x44Logo.png"
305+
AppListEntry="none">
306+
<uap:SplashScreen Image="Assets\Wide310x150Logo.png" />
307+
</uap:VisualElements>
308+
<Extensions>
309+
<uap:Extension Category="windows.shareTarget">
310+
<uap:ShareTarget Description="ms-resource:///Legacy/Resource2329" uap10:DisplayName="ms-resource:///Legacy/Resource2329">
311+
<uap:SupportedFileTypes>
312+
<uap:SupportsAnyFileType />
313+
</uap:SupportedFileTypes>
314+
<uap:DataFormat>StorageItems</uap:DataFormat>
315+
</uap:ShareTarget>
316+
</uap:Extension>
317+
</Extensions>
318+
</Application>
303319
</Applications>
304320
<Capabilities>
305321
<rescap:Capability Name="runFullTrust" />

0 commit comments

Comments
 (0)