mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 01:10:16 +08:00
feat(install): 实现安装管理器,支持安装、检查已安装状态和初步卸载功能
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user