chore: disable differential updates

This commit is contained in:
ILoveBingLu
2026-04-04 04:25:31 +08:00
parent 9d79b00d77
commit e403e9c4f1
5 changed files with 12 additions and 35 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ protocol.registerSchemesAsPrivileged([
// 配置自动更新
autoUpdater.autoDownload = false
autoUpdater.autoInstallOnAppQuit = true
autoUpdater.disableDifferentialDownload = false // 用差分更新,失败时由 electron-updater 回退完整
autoUpdater.disableDifferentialDownload = true // 用差分更新,统一使用全量安装
// 单例服务
let dbService: DatabaseService | null = null