From 2a413c5dfc6195e2a436736dc70f657000e4f3bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89=E9=B8=AD=E8=9B=8B?= Date: Thu, 22 Jan 2026 14:57:46 +0800 Subject: [PATCH] Add ignoreFolderPath to kachina.config.json --- Build/kachina.config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Build/kachina.config.json b/Build/kachina.config.json index 229a38d3..f6dd38fb 100644 --- a/Build/kachina.config.json +++ b/Build/kachina.config.json @@ -47,6 +47,9 @@ "title": "BetterGI", "description": "更好的原神,免费且开源", "windowTitle": "BetterGI 安装程序", + "ignoreFolderPath": [ + "${INSTALL_PATH}/User" + ], "userDataPath": [ "${INSTALL_PATH}/User" ],