#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: {}
|
Rocksmith2014: {}
|
||||||
steam:
|
steam:
|
||||||
id: 221680
|
id: 221680
|
||||||
Rocksmith+:
|
|
||||||
files:
|
|
||||||
<winDocuments>/My Games:
|
|
||||||
tags:
|
|
||||||
- config
|
|
||||||
when:
|
|
||||||
- os: windows
|
|
||||||
Rocwood Academy:
|
Rocwood Academy:
|
||||||
installDir:
|
installDir:
|
||||||
RocwoodAcademy: {}
|
RocwoodAcademy: {}
|
||||||
|
|
|
@ -25149,6 +25149,7 @@
|
||||||
* [Rockochet](https://www.pcgamingwiki.com/wiki/?curid=90152)
|
* [Rockochet](https://www.pcgamingwiki.com/wiki/?curid=90152)
|
||||||
* [Rocks and Rockets](https://www.pcgamingwiki.com/wiki/?curid=71836)
|
* [Rocks and Rockets](https://www.pcgamingwiki.com/wiki/?curid=71836)
|
||||||
* [RockShot](https://www.pcgamingwiki.com/wiki/?curid=94286)
|
* [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)
|
* [Rocwood Academy](https://www.pcgamingwiki.com/wiki/?curid=128203)
|
||||||
* [Rod](https://www.pcgamingwiki.com/wiki/?curid=36546)
|
* [Rod](https://www.pcgamingwiki.com/wiki/?curid=36546)
|
||||||
* [ROD](https://www.pcgamingwiki.com/wiki/?curid=144697)
|
* [ROD](https://www.pcgamingwiki.com/wiki/?curid=144697)
|
||||||
|
|
|
@ -95336,6 +95336,7 @@ Rocksmith 2014:
|
||||||
Rocksmith+:
|
Rocksmith+:
|
||||||
pageId: 169311
|
pageId: 169311
|
||||||
revId: 1145388
|
revId: 1145388
|
||||||
|
tooBroad: true
|
||||||
Rocwood Academy:
|
Rocwood Academy:
|
||||||
pageId: 128203
|
pageId: 128203
|
||||||
revId: 1161473
|
revId: 1161473
|
||||||
|
|
|
@ -337,6 +337,8 @@ export function pathIsTooBroad(path: string): boolean {
|
||||||
"<home>/AppData/Local/Packages",
|
"<home>/AppData/Local/Packages",
|
||||||
"<home>/AppData/LocalLow",
|
"<home>/AppData/LocalLow",
|
||||||
"<home>/AppData/Roaming",
|
"<home>/AppData/Roaming",
|
||||||
|
"<home>/Documents/My Games",
|
||||||
|
"<winDocuments>/My Games",
|
||||||
].includes(path)) {
|
].includes(path)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue