Initial commit

This commit is contained in:
Trollfury21
2025-08-03 19:58:12 +02:00
parent 6f7255bad8
commit 6b8f0ec324
6 changed files with 28 additions and 6200 deletions

View File

@@ -60,6 +60,7 @@ ipcMain.on('autoUpdateAction', (event, arg, data) => {
break
case 'checkForUpdate':
autoUpdater.checkForUpdates()
.then(d => console.log(d))
.catch(err => {
event.sender.send('autoUpdateNotification', 'realerror', err)
})