mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2025-12-20 00:49:33 +05:30
fix: yt-dlp unable to resolve deno on macos
This commit is contained in:
@@ -304,7 +304,7 @@ export default function App({ children }: { children: React.ReactNode }) {
|
|||||||
];
|
];
|
||||||
|
|
||||||
if (currentPlatform === 'macos') {
|
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)) {
|
if (!DEBUG_MODE || (DEBUG_MODE && !LOG_WARNING)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user