import { autoUpdater } from "electron-updater"
autoUpdater.setSilent(true) // 静默安装 安装时不显示任何弹窗
electron-updater 自动更新 去掉弹窗 禁用正在运行弹窗提示
最新推荐文章于 2024-07-11 22:09:30 发布
import { autoUpdater } from "electron-updater"
autoUpdater.setSilent(true) // 静默安装 安装时不显示任何弹窗