summarylogtreecommitdiffstats
path: root/vdhcoapp-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vdhcoapp-build.patch')
-rw-r--r--vdhcoapp-build.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/vdhcoapp-build.patch b/vdhcoapp-build.patch
new file mode 100644
index 000000000000..1b18ad8d6026
--- /dev/null
+++ b/vdhcoapp-build.patch
@@ -0,0 +1,37 @@
+diff --git a/config.json b/config.json
+index 3e3c404..dbedcbe 100755
+--- a/config.json
++++ b/config.json
+@@ -2,8 +2,8 @@
+ "id": "net.downloadhelper.coapp",
+ "name": "VdhCoApp",
+ "description": "Video DownloadHelper companion app",
+- "node_major": 12,
+- "node_version": "12.16.1",
++ "node_major": 16,
++ "node_version": "16.16.0",
+ "extra": [{
+ "source": "converter/build/${platform}/${arch}/"
+ },{
+diff --git a/package.json b/package.json
+index 6223d76..896ffde 100755
+--- a/package.json
++++ b/package.json
+@@ -30,7 +30,7 @@
+ "gulp-if": "^2.0.2",
+ "gulp-rename": "^1.2.2",
+ "gulp-tar": "^2.0.0",
+- "pkg": "^4.3.8",
++ "pkg": "^5.8.0",
+ "run-sequence": "^2.2.1",
+ "which": "^1.3.0",
+ "yargs": "^16.1.0"
+@@ -46,7 +46,7 @@
+ "got": "^11.8.2",
+ "log4js": "^6.3.0",
+ "opn": "^5.3.0",
+- "pkg-fetch": "^2.6.9",
++ "pkg-fetch": "^3.4.2",
+ "tmp": "0.0.33",
+ "vinyl-fs": "^3.0.2"
+ }