|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" IgnorableNamespaces="uap mp rescap desktop4 desktop"> |
3 |
| - <Identity Name="49306atecsolution.FilesUWP" Publisher="CN=53EC4384-7F5B-4CF6-8C23-513FFE9D1AB7" Version="0.6.6.0" /> |
| 2 | +<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" IgnorableNamespaces="uap uap5 mp rescap desktop4 desktop"> |
| 3 | + <Identity Name="49306atecsolution.FilesUWP" Publisher="CN=53EC4384-7F5B-4CF6-8C23-513FFE9D1AB7" Version="0.7.0.0" /> |
4 | 4 | <Properties>
|
5 |
| - <DisplayName>Files</DisplayName> |
| 5 | + <DisplayName>Files UWP - Preview</DisplayName> |
6 | 6 | <PublisherDisplayName>Yair A</PublisherDisplayName>
|
7 | 7 | <Logo>Assets\StoreLogo.png</Logo>
|
8 | 8 | </Properties>
|
|
15 | 15 | </Resources>
|
16 | 16 | <Applications>
|
17 | 17 | <Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="$targetentrypoint$" desktop4:SupportsMultipleInstances="true">
|
18 |
| - <uap:VisualElements DisplayName="Files" Description="Meet Files, a free and open-source File Manager for Windows 10. Created from the ground up to look and feel amazing, Files is built to replace the dated Windows File Explorer." Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" BackgroundColor="transparent"> |
| 18 | + <uap:VisualElements DisplayName="Files UWP - Preview" Description="Meet Files, a free and open-source File Manager for Windows 10. Created from the ground up to look and feel amazing, Files is built to replace the dated Windows File Explorer." Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" BackgroundColor="transparent"> |
19 | 19 | <uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square71x71Logo="Assets\SmallTile.png" Square310x310Logo="Assets\LargeTile.png" ShortName="Files">
|
20 | 20 | <uap:ShowNameOnTiles>
|
21 | 21 | <uap:ShowOn Tile="square150x150Logo"/>
|
22 | 22 | <uap:ShowOn Tile="wide310x150Logo"/>
|
23 | 23 | <uap:ShowOn Tile="square310x310Logo"/>
|
24 | 24 | </uap:ShowNameOnTiles>
|
25 | 25 | </uap:DefaultTile>
|
26 |
| - <uap:SplashScreen Image="Assets\SplashScreen.png" uap5:Optional="true" BackgroundColor="#191919"/> |
| 26 | + <uap:SplashScreen Image="Assets\SplashScreen.png" uap5:Optional="true" /> |
27 | 27 | </uap:VisualElements>
|
28 | 28 | <Extensions>
|
29 | 29 | <desktop:Extension Category="windows.fullTrustProcess" Executable="Files.Launcher\ProcessLauncher.exe">
|
|
36 | 36 | <uap:Extension Category="windows.protocol">
|
37 | 37 | <uap:Protocol ReturnResults="none" Name="files-uwp"/>
|
38 | 38 | </uap:Extension>
|
| 39 | + <uap5:Extension |
| 40 | + Category="windows.appExecutionAlias" |
| 41 | + Executable="files.exe" |
| 42 | + EntryPoint="files.App"> |
| 43 | + <uap5:AppExecutionAlias> |
| 44 | + <uap5:ExecutionAlias Alias="files.exe"/> |
| 45 | + </uap5:AppExecutionAlias> |
| 46 | + </uap5:Extension> |
39 | 47 | </Extensions>
|
40 | 48 | </Application>
|
41 | 49 | </Applications>
|
|
0 commit comments