Skip to content

Commit

Permalink
Bugfix icon not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
fahminlb33 committed Feb 26, 2022
1 parent c9176d6 commit ebb02d0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/KFlearning.App/KFlearning.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@
<PackageProjectUrl>https://www.kodesiana.com/kflearning/</PackageProjectUrl>
<RepositoryUrl>https://github.com/fahminlb33/KFlearning</RepositoryUrl>
<PackageLicenseFile>D:\Kodesiana\KFlearning\LICENSE.md</PackageLicenseFile>
<ApplicationIcon>kflearning-logo.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
<Content Include="kflearning-logo.ico" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\README.md">
<Pack>True</Pack>
Expand Down
Binary file added src/KFlearning.App/kflearning-logo.ico
Binary file not shown.
6 changes: 6 additions & 0 deletions src/KFlearning.Setup/Files.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
<Component Id="WinRT.Runtime.dll" Guid="{E5739281-A944-40A4-9719-8F18FC2172CC}" Win64="$(var.Win64)">
<File Id="WinRT.Runtime.dll" KeyPath="yes" Source="$(var.SourceDir)\WinRT.Runtime.dll" />
</Component>

<Component Id="kodesiana_icon.ico" Guid="{79F4CDF3-E97C-4554-BE2E-F268EBFAD145}" Win64="$(var.Win64)">
<File Id="kodesiana_icon.ico" KeyPath="yes" Source="$(var.AssetsDir)\kodesiana_icon.ico" />
</Component>
</DirectoryRef>
</Fragment>

Expand All @@ -77,6 +81,8 @@
<ComponentRef Id="Serilog.Sinks.File.dll" />
<ComponentRef Id="System.Management.dll" />
<ComponentRef Id="WinRT.Runtime.dll" />

<ComponentRef Id="kodesiana_icon.ico" />
</ComponentGroup>
</Fragment>
</Wix>

0 comments on commit ebb02d0

Please sign in to comment.