rename icon file
This commit is contained in:
parent
eb50c4c6ae
commit
85cddda53f
3 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ namespace Ryujinx.HLE.HOS.Services.Acc
|
|||
|
||||
this.Profile = Profile;
|
||||
|
||||
ProfilePictureStream = Assembly.GetCallingAssembly().GetManifestResourceStream("Ryujinx.HLE.Ryujinx_icon.jpg");
|
||||
ProfilePictureStream = Assembly.GetCallingAssembly().GetManifestResourceStream("Ryujinx.HLE.RyujinxProfileImage.jpg");
|
||||
}
|
||||
|
||||
public long Get(ServiceCtx Context)
|
||||
|
|
|
@ -14,11 +14,11 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="Ryujinx_icon.jpg" />
|
||||
<None Remove="RyujinxProfileImage.jpg" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Ryujinx_icon.jpg" />
|
||||
<EmbeddedResource Include="RyujinxProfileImage.jpg" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
Loading…
Add table
Reference in a new issue