Fix: Put config.json file into config folder for better readability + Fix Yt-DLP Path

This commit is contained in:
MasterAcnolo
2026-01-15 22:01:26 +01:00
parent b7a193b062
commit 2f105f5145
4 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ const path = require("path");
const localMode = !app.isPackaged;
const featuresPath = localMode ? path.join(__dirname, "./config/config.json") : path.join(path.join(process.resourcesPath, "config.json"));
const featuresPath = localMode ? path.join(__dirname, "./config/config.json") : path.join(path.join(process.resourcesPath,"config/" ,"config.json"));
let features = {};