#5: Mark 'My Games' as too broad
This commit is contained in:
parent
14355bc1fb
commit
7f0f4f3b45
4 changed files with 4 additions and 7 deletions
|
@ -208852,13 +208852,6 @@ Rocksmith 2014:
|
|||
Rocksmith2014: {}
|
||||
steam:
|
||||
id: 221680
|
||||
Rocksmith+:
|
||||
files:
|
||||
<winDocuments>/My Games:
|
||||
tags:
|
||||
- config
|
||||
when:
|
||||
- os: windows
|
||||
Rocwood Academy:
|
||||
installDir:
|
||||
RocwoodAcademy: {}
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -95336,6 +95336,7 @@ Rocksmith 2014:
|
|||
Rocksmith+:
|
||||
pageId: 169311
|
||||
revId: 1145388
|
||||
tooBroad: true
|
||||
Rocwood Academy:
|
||||
pageId: 128203
|
||||
revId: 1161473
|
||||
|
|
|
@ -337,6 +337,8 @@ export function pathIsTooBroad(path: string): boolean {
|
|||
"<home>/AppData/Local/Packages",
|
||||
"<home>/AppData/LocalLow",
|
||||
"<home>/AppData/Roaming",
|
||||
"<home>/Documents/My Games",
|
||||
"<winDocuments>/My Games",
|
||||
].includes(path)) {
|
||||
return true;
|
||||
}
|
||||
|
|
Reference in a new issue