summarylogtreecommitdiffstats
path: root/gulp-fixes.patch
blob: ff913b44242f86bd395b616d09f109671430973e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff --git a/gulpfile.js b/gulpfile.js
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: '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()
 }).on('log', console.log);