Skip to content

Commit

Permalink
Merge pull request #1635 from ebkr/aloft-fix
Browse files Browse the repository at this point in the history
Aloft fix
  • Loading branch information
x753 authored Feb 16, 2025
2 parents 67b5008 + 3fac4a8 commit 83f49ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/assets/data/games.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"distributions": [
{
"platform": "steam",
"identifier": "2051980"
"identifier": "1660080"
}
],
"r2modman": {
Expand Down
2 changes: 1 addition & 1 deletion src/model/game/GameManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export default class GameManager {
new Game("Aloft", "Aloft", "Aloft",
"Aloft Demo", ["Aloft.exe"], "Aloft_Data",
"https://thunderstore.io/c/aloft/api/v1/package-listing-index/",
[new StorePlatformMetadata(StorePlatform.STEAM, "2051980")], "Aloft.png",
[new StorePlatformMetadata(StorePlatform.STEAM, "1660080")], "Aloft.png",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, []),

new Game("Cult of the Lamb", "COTL", "COTL",
Expand Down

0 comments on commit 83f49ca

Please sign in to comment.