[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-04-16 22:58:10 +08:00
committed by Neko Ayaka
parent 9b4ef8862b
commit 25aec906dc
@@ -44,11 +44,11 @@ function getCacheRoot() {
}
function getLegacyCacheRoot() {
import { app } from 'electron'
import { app } from 'electron'
function getCacheRoot() {
return app.getPath('cache')
}
function getCacheRoot() {
return app.getPath('cache')
}
}
const UPDATER_DEBUG_CACHE_DIR = join(getCacheRoot(), 'stage-tamagotchi-updater')