Skip to content

Commit

Permalink
v1.7.0 add support for XLv1.2.10.4, update electron and electron-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
froquede committed Dec 30, 2024
1 parent 2a8d13d commit e3ad290
Show file tree
Hide file tree
Showing 16 changed files with 3,308 additions and 1,900 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# XLhub
## Releases
- Latest version: [v1.6.0](https://github.com/roquef/XLhub/releases/download/v1.6.0/XLhub-1.6.0.zip)
- Latest version: [v1.7.0](https://github.com/roquef/XLhub/releases/download/v1.7.0/XLhub-1.7.0.zip)

## Dev

Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function getGameVersion(menu) {
console.log(stdout, stdout.split(" ").join("").length);

menu.getMenuItemById('umm').enabled = true;
if(stdout.split('2019.4.40.50731').length > 1) return global.set('gameVersion', '1.2.7.8');
if(stdout.split('2019.4.40.50731').length > 1) return global.set('gameVersion', '1.2.10.4');
if(stdout.split('2019.3.15.65342').length > 1) return global.set('gameVersion', '1.2.2.8');

global.set('gameVersion', 'unknown');
Expand Down
10 changes: 10 additions & 0 deletions mods.json
Original file line number Diff line number Diff line change
Expand Up @@ -465,5 +465,15 @@
"1.2.7.8"
]
}
},
{
"name": "XL Multiplayer Map Vote",
"id": 4466553,
"url": "xl-multiplayer-map-vote",
"versions": {
"1.0.0": [
"1.2.2.8"
]
}
}
]
Loading

0 comments on commit e3ad290

Please sign in to comment.