Skip to content

Commit

Permalink
Fix MiSide Game definition by correcting the exe name
Browse files Browse the repository at this point in the history
  • Loading branch information
VilppeRiskidev committed Jan 16, 2025
1 parent 79f25c8 commit 13dde43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/game/GameManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ export default class GameManager {
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, ["iayb"]),

new Game("MiSide", "MiSide", "MiSide",
"MiSide", ["MiSide.exe"], "MiSideFull_Data",
"MiSide", ["MiSideFull.exe"], "MiSideFull_Data",
"https://thunderstore.io/c/miside/api/v1/package-listing-index/",
[new StorePlatformMetadata(StorePlatform.STEAM, "2527500")], "MiSide.webp",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, [""]),
Expand Down

0 comments on commit 13dde43

Please sign in to comment.