mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Push
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
const { logger } = require("../logger");
|
||||
|
||||
function parseVideo(data) {
|
||||
|
||||
// logger.info(`Avant parse: ${JSON.stringify(data, null, 2)}`);
|
||||
|
||||
@@ -15,7 +15,7 @@ if (config.localMode) {
|
||||
denoPath = path.join(__dirname, "../../ressources/deno.exe");
|
||||
} else {
|
||||
userYtDlp = path.join(app.getPath("userData"), "yt-dlp.exe");
|
||||
ffmpegPath = path.join(process.resourcesPath, "ressources"); // <- ici aussi
|
||||
ffmpegPath = path.join(process.resourcesPath, "ffmpeg.exe");
|
||||
denoPath = path.join(process.resourcesPath, "deno.exe");
|
||||
|
||||
if (!fs.existsSync(userYtDlp)) {
|
||||
|
||||
Reference in New Issue
Block a user