feat(install): 实现安装管理器,支持安装、检查已安装状态和初步卸载功能

This commit is contained in:
Elysia
2026-01-26 00:12:01 +08:00
parent bdf51a1037
commit bf93059da1
5 changed files with 77 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ if (!app.requestSingleInstanceLock()) {
}
import './handle-url-scheme.js'
import './backend/download-manager.js'
import './backend/install-manager.js'
const require = createRequire(import.meta.url)
const __dirname = path.dirname(fileURLToPath(import.meta.url))