diff --git a/data/manifest.yaml b/data/manifest.yaml index ec9d635b..7b557993 100644 --- a/data/manifest.yaml +++ b/data/manifest.yaml @@ -222799,12 +222799,6 @@ Talent Not Included: steam: id: 485260 Tales: - files: - /Saved Games: - tags: - - save - when: - - os: windows installDir: Tales: {} steam: diff --git a/data/missing.md b/data/missing.md index 579a6430..251ecbb0 100644 --- a/data/missing.md +++ b/data/missing.md @@ -29377,6 +29377,7 @@ * [Tale of Wuxia](https://www.pcgamingwiki.com/wiki/?curid=43340) * [Tale of Wuxia: The Pre-Sequel](https://www.pcgamingwiki.com/wiki/?curid=67841) * [Talent Not Included](https://www.pcgamingwiki.com/wiki/?curid=36624) +* [Tales](https://www.pcgamingwiki.com/wiki/?curid=52113) * [Tales Across Time](https://www.pcgamingwiki.com/wiki/?curid=43550) * [Tales From Galaxy 34](https://www.pcgamingwiki.com/wiki/?curid=124470) * [Tales from Off-Peak City Vol. 1](https://www.pcgamingwiki.com/wiki/?curid=151335) diff --git a/data/wiki-game-cache.yaml b/data/wiki-game-cache.yaml index 09c42464..f18155dc 100644 --- a/data/wiki-game-cache.yaml +++ b/data/wiki-game-cache.yaml @@ -107071,6 +107071,7 @@ Talent Not Included: Tales: pageId: 52113 revId: 872488 + tooBroad: true Tales Across Time: pageId: 43550 revId: 872489 diff --git a/src/importer.ts b/src/importer.ts index 1de17acb..e1d8f1d1 100644 --- a/src/importer.ts +++ b/src/importer.ts @@ -249,6 +249,7 @@ function pathIsTooBroad(path: string): boolean { // as likely false positives. if ([ "/Documents", + "/Saved Games", "/config", "/win.ini", ].includes(path)) {