fix: yt-dlp unable to resolve deno on macos

This commit is contained in:
2025-11-01 21:56:40 +05:30
parent 27f7980cdf
commit 2ea008126e

View File

@@ -304,7 +304,7 @@ export default function App({ children }: { children: React.ReactNode }) {
];
if (currentPlatform === 'macos') {
args.push('--ffmpeg-location', '/Applications/NeoDLP.app/Contents/MacOS');
args.push('--ffmpeg-location', '/Applications/NeoDLP.app/Contents/MacOS', '--js-runtimes deno:/Applications/NeoDLP.app/Contents/MacOS/deno');
}
if (!DEBUG_MODE || (DEBUG_MODE && !LOG_WARNING)) {