Mark AppData .renpy/persistent as too broad as well

This commit is contained in:
mtkennerly 2024-09-30 23:45:05 -04:00
parent 518396ae02
commit deab6417b6
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408
2 changed files with 1 additions and 9 deletions

View file

@ -92,6 +92,7 @@ fn too_broad(path: &str) -> bool {
format!("{ROOT}/config"),
format!("{WIN_APP_DATA}/MMFApplications"),
format!("{WIN_APP_DATA}/RenPy"),
format!("{WIN_APP_DATA}/RenPy/persistent"),
format!("{WIN_DIR}/win.ini"),
format!("{WIN_DIR}/SysWOW64"),
format!("{WIN_DOCUMENTS}/My Games"),