mirror of
https://github.com/ILoveBingLu/CipherTalk.git
synced 2026-05-18 10:18:52 +08:00
chore: disable differential updates
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user