Bläddra i källkod

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
MelonSpeedruns 6 år sedan
förälder
incheckning
4232a15187
2 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      Ryujinx/Ryujinx.csproj
  2. BIN
      Ryujinx/Ryujinx.ico

+ 1 - 0
Ryujinx/Ryujinx.csproj

@@ -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