Fix: Auto Update mispelling (Am a monkey)

This commit is contained in:
MasterAcnolo
2026-01-22 21:39:07 +01:00
parent 2a3905bdfb
commit 29ca2ea496
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
const { autoUpdater } = require("electron-updater");
const { app, Notification } = require("electron");
const { app, Notification, shell} = require("electron");
const { logger } = require("./logger");
function AutoUpdater() {