Mark AppData .renpy/persistent as too broad as well
This commit is contained in:
parent
518396ae02
commit
deab6417b6
2 changed files with 1 additions and 9 deletions
|
@ -70100,11 +70100,6 @@ Being a DIK:
|
||||||
- config
|
- config
|
||||||
when:
|
when:
|
||||||
- os: windows
|
- os: windows
|
||||||
"<winAppData>/RenPy/persistent":
|
|
||||||
tags:
|
|
||||||
- save
|
|
||||||
when:
|
|
||||||
- os: windows
|
|
||||||
gog:
|
gog:
|
||||||
id: 1181224050
|
id: 1181224050
|
||||||
installDir:
|
installDir:
|
||||||
|
@ -209728,10 +209723,6 @@ Elevenses:
|
||||||
when:
|
when:
|
||||||
- os: windows
|
- os: windows
|
||||||
store: steam
|
store: steam
|
||||||
"<winAppData>/RenPy/persistent/*.pw":
|
|
||||||
when:
|
|
||||||
- os: windows
|
|
||||||
store: steam
|
|
||||||
id:
|
id:
|
||||||
steamExtra:
|
steamExtra:
|
||||||
- 1165240
|
- 1165240
|
||||||
|
|
|
@ -92,6 +92,7 @@ fn too_broad(path: &str) -> bool {
|
||||||
format!("{ROOT}/config"),
|
format!("{ROOT}/config"),
|
||||||
format!("{WIN_APP_DATA}/MMFApplications"),
|
format!("{WIN_APP_DATA}/MMFApplications"),
|
||||||
format!("{WIN_APP_DATA}/RenPy"),
|
format!("{WIN_APP_DATA}/RenPy"),
|
||||||
|
format!("{WIN_APP_DATA}/RenPy/persistent"),
|
||||||
format!("{WIN_DIR}/win.ini"),
|
format!("{WIN_DIR}/win.ini"),
|
||||||
format!("{WIN_DIR}/SysWOW64"),
|
format!("{WIN_DIR}/SysWOW64"),
|
||||||
format!("{WIN_DOCUMENTS}/My Games"),
|
format!("{WIN_DOCUMENTS}/My Games"),
|
||||||
|
|
Reference in a new issue