mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
chore: merge with main
This commit is contained in:
commit
1e52a21349
47 changed files with 1337 additions and 451 deletions
|
@ -4,7 +4,7 @@ import {
|
|||
getNewGOGGames,
|
||||
getNewRepacksFromCPG,
|
||||
getNewRepacksFromUser,
|
||||
getNewRepacksFromXatab,
|
||||
// getNewRepacksFromXatab,
|
||||
// getNewRepacksFromOnlineFix,
|
||||
readPipe,
|
||||
startProcessWatcher,
|
||||
|
@ -73,9 +73,9 @@ const checkForNewRepacks = async () => {
|
|||
getNewGOGGames(
|
||||
existingRepacks.filter((repack) => repack.repacker === "GOG")
|
||||
),
|
||||
getNewRepacksFromXatab(
|
||||
existingRepacks.filter((repack) => repack.repacker === "Xatab")
|
||||
),
|
||||
// getNewRepacksFromXatab(
|
||||
// existingRepacks.filter((repack) => repack.repacker === "Xatab")
|
||||
// ),
|
||||
getNewRepacksFromCPG(
|
||||
existingRepacks.filter((repack) => repack.repacker === "CPG")
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue