mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Fix: Put config.json file into config folder for better readability + Fix Yt-DLP Path
This commit is contained in:
@@ -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 = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user