mirror of
https://github.com/neosubhamoy/pytubepp-helper.git
synced 2026-02-04 11:22:22 +05:30
(feat): added nodejs as deb and rpm dependency
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user