fixed electron build

This commit is contained in:
SPRINX0\prochazka
2024-09-10 09:06:47 +02:00
parent 49e00a8a0f
commit 14331501ba

View File

@@ -285,7 +285,7 @@ ipcMain.handle('showItemInFolder', async (event, path) => {
ipcMain.handle('openExternal', async (event, url) => {
electron.shell.openExternal(url);
});
ipcMain.handle('downloadUpdate', async (event, url) => {
ipcMain.on('downloadUpdate', async (event, url) => {
autoUpdater.downloadUpdate();
changeAppUpdateStatus({
icon: 'icon loading',