From f38e9290e9ca14a79b03a5939c3530695f6e5a4e Mon Sep 17 00:00:00 2001 From: mtkennerly Date: Tue, 9 Jul 2024 15:50:04 -0400 Subject: [PATCH] Flag broad path for MMFApplications --- src/path.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/path.rs b/src/path.rs index 416d3e26..b3be2039 100644 --- a/src/path.rs +++ b/src/path.rs @@ -89,6 +89,7 @@ fn too_broad(path: &str) -> bool { format!("{HOME}/Library/RenPy"), format!("{HOME}/Telltale Games"), format!("{ROOT}/config"), + format!("{WIN_APP_DATA}/MMFApplications"), format!("{WIN_APP_DATA}/RenPy"), format!("{WIN_DIR}/win.ini"), format!("{WIN_DIR}/SysWOW64"),