Add ignoreFolderPath to kachina.config.json

This commit is contained in:
辉鸭蛋
2026-01-22 14:57:46 +08:00
committed by GitHub
parent ea3f653d95
commit 2a413c5dfc

View File

@@ -47,6 +47,9 @@
"title": "BetterGI", "title": "BetterGI",
"description": "更好的原神,免费且开源", "description": "更好的原神,免费且开源",
"windowTitle": "BetterGI 安装程序", "windowTitle": "BetterGI 安装程序",
"ignoreFolderPath": [
"${INSTALL_PATH}/User"
],
"userDataPath": [ "userDataPath": [
"${INSTALL_PATH}/User" "${INSTALL_PATH}/User"
], ],