Skip to content

Commit

Permalink
发布
Browse files Browse the repository at this point in the history
  • Loading branch information
GiantappMan committed Sep 29, 2018
1 parent b3a7406 commit cb76a56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions EyeNurse.App/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<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:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" IgnorableNamespaces="uap mp rescap desktop">
<Identity Name="24765mscoder.61040289BE79A" Publisher="CN=49BC8659-1B4C-4520-B1FB-ED98CFA366C4" Version="1.1.5.0" />
<Identity Name="24765mscoder.61040289BE79A" Publisher="CN=49BC8659-1B4C-4520-B1FB-ED98CFA366C4" Version="1.1.8.0" />
<Properties>
<DisplayName>眼睛护士 EyeNurse(巨应工作室)</DisplayName>
<DisplayName>眼睛护士</DisplayName>
<PublisherDisplayName>巨应工作室 MscoderStudio</PublisherDisplayName>
<Logo>images\Store\StoreLogo.png</Logo>
</Properties>
Expand All @@ -15,7 +15,7 @@
</Resources>
<Applications>
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="$targetentrypoint$">
<uap:VisualElements DisplayName="眼睛护士" Description="眼睛护士 EyeNurse 巨应工作室出品" BackgroundColor="transparent" Square150x150Logo="images\Medium\Medium150x150Logo.png" Square44x44Logo="images\AppList\AppList.png">
<uap:VisualElements DisplayName="眼睛护士 EyeNurse(巨应工作室)" Description="眼睛护士 EyeNurse 巨应工作室出品" BackgroundColor="transparent" Square150x150Logo="images\Medium\Medium150x150Logo.png" Square44x44Logo="images\AppList\AppList.png">
<uap:DefaultTile Wide310x150Logo="images\Wide\Wide310x150Logo.png" Square71x71Logo="images\Small\Small71x71Logo.png" Square310x310Logo="images\Large\Large310x310Logo.png">
</uap:DefaultTile>
</uap:VisualElements>
Expand Down

0 comments on commit cb76a56

Please sign in to comment.