fix: yt-dlp exiting with code 2 on macos

This commit is contained in:
2025-11-07 00:05:05 +05:30
parent 9381a3dba8
commit defdfd6fd1
8 changed files with 100 additions and 101 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -2589,7 +2589,7 @@ dependencies = [
[[package]]
name = "neodlp"
version = "0.3.3"
version = "0.3.4"
dependencies = [
"base64 0.22.1",
"directories",

View File

@@ -1,6 +1,6 @@
[package]
name = "neodlp"
version = "0.3.3"
version = "0.3.4"
description = "NeoDLP"
authors = ["neosubhamoy <hey@neosubhamoy.com>"]
edition = "2021"

View File

@@ -2,7 +2,7 @@
"$schema": "https://schema.tauri.app/config/2",
"productName": "NeoDLP",
"mainBinaryName": "neodlp",
"version": "0.3.3",
"version": "0.3.4",
"identifier": "com.neosubhamoy.neodlp",
"build": {
"beforeDevCommand": "npm run dev",