// import { autoUpdater } from 'electron-updater'; import { DebUpdater } from 'electron-updater'; const autoUpdater = new DebUpdater({ provider: 'generic', url: 'http://172.20.0.6:5173' }) autoUpdater.checkForUpdatesAndNotify();