Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
Fix a few things
Browse files Browse the repository at this point in the history
  • Loading branch information
sylveon committed Nov 28, 2017
1 parent 9df93cb commit 078b0a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Store/AppxManifest.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10">
<Identity Name="28017CharlesMilette.SearchWithMyBrowser" ProcessorArchitecture="x86" Publisher="CN=dfsadf" Version="1.1.0.0" />
<Identity Name="28017CharlesMilette.SearchWithMyBrowser" ProcessorArchitecture="x86" Publisher="CN=04797BBC-C7BB-462F-9B66-331C81E27C0E" Version="1.1.0.0" />
<Properties>
<DisplayName>SearchWithMyBrowser</DisplayName>
<PublisherDisplayName>Charles Milette</PublisherDisplayName>
<Logo>Assets\StoreLogo\StoreLogo.png</Logo>
</Properties>
<Resources>
<Resource Language="en-US" />
<Resource Language="en" />
<Resource uap:Scale="100" />
<Resource uap:Scale="125" />
<Resource uap:Scale="150" />
Expand Down

0 comments on commit 078b0a6

Please sign in to comment.