forked from Mirror/Ryujinx
Added Program Icon (#900)
* Added Program Icon Added an icon that displays in the Windows File Explorer and on the console window itself when launched. * Renamed ryu.ico to Ryujinx.ico
This commit is contained in:
parent
532ccf929a
commit
4232a15187
2 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
||||||
<!-- Due to .net core 3.0 embedded resource loading -->
|
<!-- Due to .net core 3.0 embedded resource loading -->
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<EmbeddedResourceUseDependentUponConvention>false</EmbeddedResourceUseDependentUponConvention>
|
<EmbeddedResourceUseDependentUponConvention>false</EmbeddedResourceUseDependentUponConvention>
|
||||||
|
<ApplicationIcon>Ryujinx.ico</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(RuntimeIdentifier)' == 'osx-x64'">
|
<PropertyGroup Condition="'$(RuntimeIdentifier)' == 'osx-x64'">
|
||||||
|
|
BIN
Ryujinx/Ryujinx.ico
Normal file
BIN
Ryujinx/Ryujinx.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 106 KiB |
Loading…
Reference in a new issue