Removed Cyberpunk | Spicy | Vilbrequin Theme, Info Fix, Fix Progress Bar. Centralized Ressources

This commit is contained in:
MasterAcnolo
2025-11-14 23:41:03 +01:00
parent c2e4e12512
commit cdca4a82ab
16 changed files with 805 additions and 4256 deletions

View File

@@ -20,7 +20,7 @@ if (!gotLock) {
});
}
app.disableHardwareAcceleration(); // safe sur GPU old / soucis Electron
app.disableHardwareAcceleration();
const logsFolderPath = logDir;
const defaultDownloadPath = path.join(os.homedir(), "Downloads", "Freedom Loader");
@@ -110,7 +110,9 @@ app.whenReady().then(async () => {
logSessionStart();
logger.info("App prête, démarrage du serveur Express...");
const expressServer = require("./server/server.js");
const serverPath = path.join(__dirname, "server", "server.js");
const expressServer = require(serverPath);
try {
await expressServer.startServer();
logger.info("Serveur Express démarré");