Skip to content

Commit 40bd65a

Browse files
committed
change yt-dlp path
1 parent d911fab commit 40bd65a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/core/binary_manager.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import 'package:flutter/foundation.dart';
33
import 'package:path/path.dart' as p;
44

55
const bool _kFlatpak = bool.fromEnvironment('FLATPAK');
6+
67
class BinaryManager {
78
BinaryManager._();
89
static final BinaryManager instance = BinaryManager._();
@@ -27,7 +28,7 @@ class BinaryManager {
2728
void _initDesktop({bool isPortable = false}) {
2829
if (_kFlatpak) {
2930
_ffmpegPath = 'ffmpeg';
30-
_ytDlpPath = '/app/bin/bin/yt-dlp';
31+
_ytDlpPath = '/app/lib/yt-dlp';
3132
return;
3233
}
3334

0 commit comments

Comments
 (0)