This commit is contained in:
2024-09-14 14:36:35 +02:00
parent eb683f89ec
commit 627fbd48d7
20 changed files with 6046 additions and 6363 deletions

View File

@@ -7,7 +7,7 @@ const logger = LoggerUtil.getLogger('ConfigManager')
const sysRoot = process.env.APPDATA || (process.platform == 'darwin' ? process.env.HOME + '/Library/Application Support' : process.env.HOME)
const dataPath = path.join(sysRoot, '.helioslauncher')
const dataPath = path.join(sysRoot, '.patatalauncher')
const launcherDir = require('@electron/remote').app.getPath('userData')