Skip to content

Commit

Permalink
Merge pull request #1620 from ebkr/fix-miside-exe
Browse files Browse the repository at this point in the history
Fix MiSide Game definition by correcting the exe name
  • Loading branch information
anttimaki authored Jan 17, 2025
2 parents 79f25c8 + 13dde43 commit 669d972
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 669d972

Please sign in to comment.