diff --git a/data/manifest.yaml b/data/manifest.yaml index 6e7c31ca..424cd912 100644 --- a/data/manifest.yaml +++ b/data/manifest.yaml @@ -70100,11 +70100,6 @@ Being a DIK: - config when: - os: windows - "/RenPy/persistent": - tags: - - save - when: - - os: windows gog: id: 1181224050 installDir: @@ -209728,10 +209723,6 @@ Elevenses: when: - os: windows store: steam - "/RenPy/persistent/*.pw": - when: - - os: windows - store: steam id: steamExtra: - 1165240 diff --git a/src/path.rs b/src/path.rs index 772a00f2..9c3ac5c8 100644 --- a/src/path.rs +++ b/src/path.rs @@ -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"),