mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Fix: Auto Update mispelling (Am a monkey)
This commit is contained in:
2
main.js
2
main.js
@@ -251,7 +251,7 @@ app.whenReady().then(async () => {
|
||||
configFeatures.discordRPC ? startRPC() : "";
|
||||
|
||||
await createMainWindow();
|
||||
configFeatures.AutoUpdater ? AutoUpdater(mainWindow) : ""; // Auto Update
|
||||
configFeatures.autoUpdate ? AutoUpdater(mainWindow) : ""; // Auto Update
|
||||
|
||||
} catch (err) {
|
||||
logger.error("Window or Server error :", err);
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user