|
55 | 55 | </Resources> |
56 | 56 |
|
57 | 57 | <Applications> |
58 | | - <Application |
| 58 | + <Application |
59 | 59 | Id="NanaZip.Modern" |
60 | 60 | Executable="NanaZip.Modern.FileManager.exe" |
61 | 61 | EntryPoint="Windows.FullTrustApplication"> |
|
65 | 65 | BackgroundColor="transparent" |
66 | 66 | Square150x150Logo="Assets\Square150x150Logo.png" |
67 | 67 | Square44x44Logo="Assets\Square44x44Logo.png"> |
68 | | - <uap:DefaultTile |
69 | | - ShortName="NanaZip" |
70 | | - Wide310x150Logo="Assets\Wide310x150Logo.png" |
71 | | - Square310x310Logo="Assets\LargeTile.png" |
| 68 | + <uap:DefaultTile |
| 69 | + ShortName="NanaZip" |
| 70 | + Wide310x150Logo="Assets\Wide310x150Logo.png" |
| 71 | + Square310x310Logo="Assets\LargeTile.png" |
72 | 72 | Square71x71Logo="Assets\SmallTile.png"> |
73 | 73 | <uap:ShowNameOnTiles> |
74 | 74 | <uap:ShowOn Tile="wide310x150Logo"/> |
|
153 | 153 | </uap:Extension> |
154 | 154 | <desktop4:Extension Category="windows.fileExplorerContextMenus"> |
155 | 155 | <desktop4:FileExplorerContextMenus> |
156 | | - <!-- Our verb name starts with "C" to work around a bug preventing our shell menu from appearing in the |
157 | | - classic context menu. --> |
| 156 | + <!-- |
| 157 | + Use a low name prefix to work around our shell menu not appearing in the classic context menu. |
| 158 | + (https://github.com/MediaArea/MediaInfo/pull/998) |
| 159 | + --> |
158 | 160 | <desktop4:ItemType Type="*"> |
159 | | - <desktop4:Verb Id="CNanaZipShellExtension" Clsid="469D94E9-6AF4-4395-B396-99B1308F8CE5" /> |
| 161 | + <desktop4:Verb Id="0000NanaZipShellExtension" Clsid="469D94E9-6AF4-4395-B396-99B1308F8CE5" /> |
160 | 162 | </desktop4:ItemType> |
161 | 163 | <desktop5:ItemType Type="Directory"> |
162 | | - <desktop5:Verb Id="CNanaZipShellExtension" Clsid="469D94E9-6AF4-4395-B396-99B1308F8CE5" /> |
| 164 | + <desktop5:Verb Id="0000NanaZipShellExtension" Clsid="469D94E9-6AF4-4395-B396-99B1308F8CE5" /> |
163 | 165 | </desktop5:ItemType> |
164 | 166 | <desktop10:ItemType Type="Drive"> |
165 | | - <desktop10:Verb Id="CNanaZipShellExtension" Clsid="469D94E9-6AF4-4395-B396-99B1308F8CE5" /> |
| 167 | + <desktop10:Verb Id="0000NanaZipShellExtension" Clsid="469D94E9-6AF4-4395-B396-99B1308F8CE5" /> |
166 | 168 | </desktop10:ItemType> |
167 | 169 | </desktop4:FileExplorerContextMenus> |
168 | 170 | </desktop4:Extension> |
|
175 | 177 | </com:Extension> |
176 | 178 | </Extensions> |
177 | 179 | </Application> |
178 | | - <Application |
179 | | - Id="NanaZip.Console" |
180 | | - Executable="NanaZip.Universal.Console.exe" |
| 180 | + <Application |
| 181 | + Id="NanaZip.Console" |
| 182 | + Executable="NanaZip.Universal.Console.exe" |
181 | 183 | EntryPoint="Windows.FullTrustApplication"> |
182 | | - <uap:VisualElements |
| 184 | + <uap:VisualElements |
183 | 185 | AppListEntry="none" |
184 | 186 | DisplayName="NanaZip Preview" |
185 | 187 | Description="NanaZip" |
186 | 188 | BackgroundColor="transparent" |
187 | 189 | Square150x150Logo="Assets\Square150x150Logo.png" |
188 | 190 | Square44x44Logo="Assets\Square44x44Logo.png" /> |
189 | 191 | <Extensions> |
190 | | - <uap3:Extension |
191 | | - Category="windows.appExecutionAlias" |
192 | | - Executable="NanaZip.Universal.Console.exe" |
| 192 | + <uap3:Extension |
| 193 | + Category="windows.appExecutionAlias" |
| 194 | + Executable="NanaZip.Universal.Console.exe" |
193 | 195 | EntryPoint="Windows.FullTrustApplication"> |
194 | 196 | <uap3:AppExecutionAlias> |
195 | 197 | <desktop:ExecutionAlias Alias="NanaZipC.exe" /> |
|
199 | 201 | </uap3:Extension> |
200 | 202 | </Extensions> |
201 | 203 | </Application> |
202 | | - <Application |
203 | | - Id="NanaZip.Windows" |
204 | | - Executable="NanaZip.Windows.exe" |
| 204 | + <Application |
| 205 | + Id="NanaZip.Windows" |
| 206 | + Executable="NanaZip.Windows.exe" |
205 | 207 | EntryPoint="Windows.FullTrustApplication"> |
206 | | - <uap:VisualElements |
| 208 | + <uap:VisualElements |
207 | 209 | AppListEntry="none" |
208 | 210 | DisplayName="NanaZip Preview" |
209 | 211 | Description="NanaZip" |
210 | 212 | BackgroundColor="transparent" |
211 | 213 | Square150x150Logo="Assets\Square150x150Logo.png" |
212 | 214 | Square44x44Logo="Assets\Square44x44Logo.png" /> |
213 | 215 | <Extensions> |
214 | | - <uap3:Extension |
215 | | - Category="windows.appExecutionAlias" |
216 | | - Executable="NanaZip.Windows.exe" |
| 216 | + <uap3:Extension |
| 217 | + Category="windows.appExecutionAlias" |
| 218 | + Executable="NanaZip.Windows.exe" |
217 | 219 | EntryPoint="Windows.FullTrustApplication"> |
218 | 220 | <uap3:AppExecutionAlias> |
219 | 221 | <desktop:ExecutionAlias Alias="NanaZipG.exe" /> |
|
0 commit comments