gaoshuaixing há 5 anos atrás
pai
commit
722d675441
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      electron/config.js
  2. 1 1
      package.json

+ 1 - 1
electron/config.js

@@ -37,7 +37,7 @@ const config = {
     enable: false,
     options: {
       provider: 'generic', // or github, s3, bintray
-      url: '' // resource dir
+      url: 'https://raw.githubusercontent.com/wallace5303/electron-egg/master/' // resource dir
     }
   }
 }

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "electron-egg",
-  "version": "1.1.2",
+  "version": "1.2.0",
   "description": "A fast, desktop software development framework",
   "main": "main.js",
   "scripts": {