From ff5ed47bf68ba4d826615f228aaf0a4df04936b2 Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Mon, 10 Feb 2025 19:35:43 +0530 Subject: [PATCH] (feat): added nodejs as deb and rpm dependency --- src-tauri/tauri.linux.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.linux.conf.json b/src-tauri/tauri.linux.conf.json index 922d2e1..06b0f4f 100644 --- a/src-tauri/tauri.linux.conf.json +++ b/src-tauri/tauri.linux.conf.json @@ -37,7 +37,7 @@ ], "linux": { "deb": { - "depends": ["python3-pip", "ffmpeg", "gnome-terminal"], + "depends": ["python3-pip", "nodejs", "ffmpeg", "gnome-terminal"], "files": { "/etc/opt/chrome/native-messaging-hosts/com.neosubhamoy.pytubepp.helper.json": "./msghost-manifest/linux/chrome/com.neosubhamoy.pytubepp.helper.json", "/etc/chromium/native-messaging-hosts/com.neosubhamoy.pytubepp.helper.json": "./msghost-manifest/linux/chrome/com.neosubhamoy.pytubepp.helper.json", @@ -49,7 +49,7 @@ "rpm": { "epoch": 0, "release": "1", - "depends": ["python3-pip", "ffmpeg", "gnome-terminal"], + "depends": ["python3-pip", "nodejs", "ffmpeg", "gnome-terminal"], "files": { "/etc/opt/chrome/native-messaging-hosts/com.neosubhamoy.pytubepp.helper.json": "./msghost-manifest/linux/chrome/com.neosubhamoy.pytubepp.helper.json", "/etc/chromium/native-messaging-hosts/com.neosubhamoy.pytubepp.helper.json": "./msghost-manifest/linux/chrome/com.neosubhamoy.pytubepp.helper.json",