Mark <home>/Library as too broad
This commit is contained in:
parent
bc67de8c28
commit
da33bf4cee
2 changed files with 1 additions and 4 deletions
|
@ -204507,10 +204507,6 @@ Epsilon Jump Prime:
|
||||||
when:
|
when:
|
||||||
- os: windows
|
- os: windows
|
||||||
store: steam
|
store: steam
|
||||||
"<home>/Library/**/PrimeGameDetails.dat":
|
|
||||||
when:
|
|
||||||
- os: mac
|
|
||||||
store: steam
|
|
||||||
"<xdgData>/unity3d/Energize_Labs/Epsilon_Jump_Prime/**/PrimeGameDetails.dat":
|
"<xdgData>/unity3d/Energize_Labs/Epsilon_Jump_Prime/**/PrimeGameDetails.dat":
|
||||||
when:
|
when:
|
||||||
- os: linux
|
- os: linux
|
||||||
|
|
|
@ -85,6 +85,7 @@ fn too_broad(path: &str) -> bool {
|
||||||
format!("{HOME}/Library/Application Support/UserData"),
|
format!("{HOME}/Library/Application Support/UserData"),
|
||||||
format!("{HOME}/Library/Preferences"),
|
format!("{HOME}/Library/Preferences"),
|
||||||
format!("{HOME}/.renpy"),
|
format!("{HOME}/.renpy"),
|
||||||
|
format!("{HOME}/Library"),
|
||||||
format!("{HOME}/Library/RenPy"),
|
format!("{HOME}/Library/RenPy"),
|
||||||
format!("{HOME}/Telltale Games"),
|
format!("{HOME}/Telltale Games"),
|
||||||
format!("{ROOT}/config"),
|
format!("{ROOT}/config"),
|
||||||
|
|
Reference in a new issue