diff --git a/data/manifest.yaml b/data/manifest.yaml index 878ec8da..010747b9 100644 --- a/data/manifest.yaml +++ b/data/manifest.yaml @@ -208852,13 +208852,6 @@ Rocksmith 2014: Rocksmith2014: {} steam: id: 221680 -Rocksmith+: - files: - /My Games: - tags: - - config - when: - - os: windows Rocwood Academy: installDir: RocwoodAcademy: {} diff --git a/data/missing.md b/data/missing.md index 7372339a..ce3c2d45 100644 --- a/data/missing.md +++ b/data/missing.md @@ -25149,6 +25149,7 @@ * [Rockochet](https://www.pcgamingwiki.com/wiki/?curid=90152) * [Rocks and Rockets](https://www.pcgamingwiki.com/wiki/?curid=71836) * [RockShot](https://www.pcgamingwiki.com/wiki/?curid=94286) +* [Rocksmith+](https://www.pcgamingwiki.com/wiki/?curid=169311) * [Rocwood Academy](https://www.pcgamingwiki.com/wiki/?curid=128203) * [Rod](https://www.pcgamingwiki.com/wiki/?curid=36546) * [ROD](https://www.pcgamingwiki.com/wiki/?curid=144697) diff --git a/data/wiki-game-cache.yaml b/data/wiki-game-cache.yaml index b6190bd6..76fdcb41 100644 --- a/data/wiki-game-cache.yaml +++ b/data/wiki-game-cache.yaml @@ -95336,6 +95336,7 @@ Rocksmith 2014: Rocksmith+: pageId: 169311 revId: 1145388 + tooBroad: true Rocwood Academy: pageId: 128203 revId: 1161473 diff --git a/src/wiki.ts b/src/wiki.ts index f5860616..f82c2358 100644 --- a/src/wiki.ts +++ b/src/wiki.ts @@ -337,6 +337,8 @@ export function pathIsTooBroad(path: string): boolean { "/AppData/Local/Packages", "/AppData/LocalLow", "/AppData/Roaming", + "/Documents/My Games", + "/My Games", ].includes(path)) { return true; }