From a832b1edec50b89ec578ab60edc729e42982c9bc Mon Sep 17 00:00:00 2001 From: gaoshuaixing Date: Mon, 29 Jan 2024 10:51:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=20java=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/config/config.default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/config/config.default.js b/electron/config/config.default.js index 30c989a..d32b622 100644 --- a/electron/config/config.default.js +++ b/electron/config/config.default.js @@ -174,7 +174,7 @@ module.exports = (appInfo) => { args: [] }, autoUpdater: { - enable: true, + enable: false, windows: false, macOS: false, linux: false,