Skip to content

Commit 0f72f5b

Browse files
committed
Edited RiotGames Plugin
1 parent 2923171 commit 0f72f5b

File tree

9 files changed

+6
-62
lines changed

9 files changed

+6
-62
lines changed

GameLib.Plugin.RiotGames/Model/ERiotGame.cs

-17
This file was deleted.

GameLib.Plugin.RiotGames/Properties/Resources.Designer.cs

+2-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GameLib.Plugin.RiotGames/Properties/Resources.resx

+2-11
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,7 @@
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120120
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
121-
<data name="GameLibPluginLogo128px" type="System.Resources.ResXFileRef, System.Windows.Forms">
122-
<value>..\Resources\GameLibPluginLogo128px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
123-
</data>
124-
<data name="GameLibPluginLogo64px" type="System.Resources.ResXFileRef, System.Windows.Forms">
125-
<value>..\Resources\GameLibPluginLogo64px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
126-
</data>
127-
<data name="Logo256px" type="System.Resources.ResXFileRef, System.Windows.Forms">
128-
<value>..\Resources\Logo256px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
129-
</data>
130-
<data name="Logo32px" type="System.Resources.ResXFileRef, System.Windows.Forms">
131-
<value>..\Resources\Logo32px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
121+
<data name="RiotGames" type="System.Resources.ResXFileRef, System.Windows.Forms">
122+
<value>..\Resources\RiotGames.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
132123
</data>
133124
</root>
Binary file not shown.
Binary file not shown.
Binary file not shown.
-8.59 KB
Binary file not shown.
52.7 KB
Loading

GameLib.Plugin.RiotGames/RiotGamesLauncher.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
namespace GameLib.Plugin.RiotGames;
1010

11-
[Guid("54C9D299-555E-4990-894D-9DB402F81CA3")]
11+
[Guid("938071a9-925e-4b1d-ae17-61a05ef5ec28")]
1212
[Export(typeof(ILauncher))]
1313
public class RiotGamesLauncher : ILauncher
1414
{
@@ -24,7 +24,7 @@ public RiotGamesLauncher(LauncherOptions? launcherOptions)
2424

2525
public string Name => "Riot Games";
2626

27-
public Image Logo => Properties.Resources.Logo256px;
27+
public Image Logo => Properties.Resources.RiotGames;
2828

2929
public bool IsInstalled { get; private set; }
3030
public bool IsRunning => ProcessUtil.IsProcessRunning(Executable);

0 commit comments

Comments
 (0)