File tree 2 files changed +30
-22
lines changed
2 files changed +30
-22
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ const app_is_dev = require('electron-is-dev');
17
17
const path = require ( 'path' ) ;
18
18
const fs = require ( 'fs' ) ;
19
19
20
+ //Electron DL
21
+ require ( 'electron-dl' ) ( ) ;
22
+
20
23
// Main Application Window
21
24
let mainWindow
22
25
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " Ionic-Creator" ,
3
- "productName" : " Ionic Creator" ,
4
- "version" : " 1.0.2" ,
5
- "description" : " Electron web app for the Ionic creator." ,
6
- "private" : true ,
7
- "main" : " main.js" ,
8
- "author" :
" [MEADOW_DEV] <[email protected] > (http://twitter.com/Meadowcottage13)" ,
9
- "license" : " GNU General Public License" ,
10
- "homepage" : " https://github.com/meadowcottage/Ionic-Creator/" ,
11
- "keywords" : [
12
- " Electron" ,
13
- " Ionic-Creator" ,
14
- " Prototyping" ,
15
- " Creator"
16
- ],
17
- "bugs" : {
18
- "url" : " https://github.com/meadowcottage/Ionic-Creator/issues/"
19
- },
20
- "repository" : {
21
- "type" : " git" ,
22
- "url" : " git+https://github.com/meadowcottage/Ionic-Creator.git"
23
- }
2
+ "name" : " Ionic-Creator" ,
3
+ "productName" : " Ionic Creator" ,
4
+ "version" : " 1.0.2" ,
5
+ "description" : " Electron web app for the Ionic creator." ,
6
+ "private" : true ,
7
+ "main" : " main.js" ,
8
+ "author" :
" [MEADOW_DEV] <[email protected] > (http://twitter.com/Meadowcottage13)" ,
9
+ "license" : " GNU General Public License" ,
10
+ "homepage" : " https://github.com/meadowcottage/Ionic-Creator/" ,
11
+ "keywords" : [
12
+ " Electron" ,
13
+ " Ionic-Creator" ,
14
+ " Prototyping" ,
15
+ " Creator"
16
+ ],
17
+ "bugs" : {
18
+ "url" : " https://github.com/meadowcottage/Ionic-Creator/issues/"
19
+ },
20
+ "repository" : {
21
+ "type" : " git" ,
22
+ "url" : " git+https://github.com/meadowcottage/Ionic-Creator.git"
23
+ },
24
+ "dependencies" : {
25
+ "electron-config" : " ^0.2.1" ,
26
+ "electron-dl" : " ^1.3.0" ,
27
+ "electron-is-dev" : " ^0.1.2"
28
+ }
24
29
}
You can’t perform that action at this time.
0 commit comments