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:
4
main.js
4
main.js
@@ -13,10 +13,10 @@ let mainWindow;
|
||||
const logsFolderPath = logDir;
|
||||
|
||||
const basePath = config.localMode
|
||||
? path.join(__dirname, "config")
|
||||
? path.join(__dirname )
|
||||
: path.join(path.dirname(process.execPath), "resources");
|
||||
|
||||
const configFolderPath = path.join(basePath, "config.json");
|
||||
const configFolderPath = path.join(basePath, "config" ,"config.json");
|
||||
|
||||
const defaultDownloadPath = path.join(os.homedir(), "Downloads", "Freedom Loader");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user