mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-17 07:48:48 +01:00
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 -->
|
||||
<PropertyGroup>
|
||||
<EmbeddedResourceUseDependentUponConvention>false</EmbeddedResourceUseDependentUponConvention>
|
||||
<ApplicationIcon>Ryujinx.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
|
||||
<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