Skip to content
This repository has been archived by the owner on May 25, 2018. It is now read-only.

Commit

Permalink
1.2.5 Release - Preperation
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick330602 committed Feb 2, 2017
1 parent b91bbbf commit 175e5c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Binary file added Fcus/Fcus-Icon-file.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions Fcus/Fcus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
<None Include="Fcus_StoreKey.pfx" />
<None Include="project.json" />
<None Include="project.lock.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="App.xaml.cs">
Expand Down Expand Up @@ -255,6 +256,7 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="Package.StoreAssociation.xml" />
<Content Include="Fcus-Icon-file.png" />
<Content Include="scripts\emojify.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down
2 changes: 2 additions & 0 deletions Fcus/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@
<uap:Extension Category="windows.fileTypeAssociation">
<uap:FileTypeAssociation Name="markdown">
<uap:DisplayName>Markdown File</uap:DisplayName>
<uap:Logo>Fcus-Icon-file.png</uap:Logo>
<uap:SupportedFileTypes>
<uap:FileType>.md</uap:FileType>
<uap:FileType>.markdown</uap:FileType>
<uap:FileType>.mmd</uap:FileType>
<uap:FileType>.mdown</uap:FileType>
<uap:FileType>.text</uap:FileType>
</uap:SupportedFileTypes>
</uap:FileTypeAssociation>
</uap:Extension>
Expand Down

0 comments on commit 175e5c2

Please # to comment.