summarylogtreecommitdiffstats
path: root/gulp-fixes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gulp-fixes.patch')
-rw-r--r--gulp-fixes.patch15
1 files changed, 12 insertions, 3 deletions
diff --git a/gulp-fixes.patch b/gulp-fixes.patch
index 1aea6cc9ac66..ff913b44242f 100644
--- a/gulp-fixes.patch
+++ b/gulp-fixes.patch
@@ -1,13 +1,22 @@
diff --git a/gulpfile.js b/gulpfile.js
-index a3fdd9d7..2f442484 100644
+index 9238d763..80eb0c90 100644
--- a/gulpfile.js
+++ b/gulpfile.js
+@@ -69,7 +69,7 @@ const parsePlatforms = () => {
+ const parseReqDeps = () => {
+ return new Promise((resolve, reject) => {
+ exec(
+- 'npm ls --production=true --parseable=true',
++ 'npm ls --all=true --production=true --parseable=true',
+ {maxBuffer: 1024 * 500},
+ (error, stdout, stderr) => {
+ // build array
@@ -142,8 +142,8 @@ const nw = new nwBuilder({
macIcns: './src/app/images/butter.icns',
version: nwVersion,
flavor: nwFlavor,
-- manifestUrl: 'https://popcorntime.app/version.json',
-- downloadUrl: 'https://get.popcorntime.app/repo/nw/',
+- manifestUrl: 'http://popcorn-ru.tk/version.json',
+- downloadUrl: 'http://popcorn-ru.tk/nw/',
+ manifestUrl: 'https://popcorn-ru.tk/version.json',
+ downloadUrl: 'https://popcorn-ru.tk/nw/',
platforms: parsePlatforms()