File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -50,20 +50,20 @@ This player is compatible only with Chrome/webkit browsers.
50
50
51
51
1 . Add to body classes application app-win / app-mac / app-linux
52
52
` <body class="application app-mac"> `
53
- 1 . Build the src folder with
53
+ 2 . Build the src folder with
54
54
` ng build ` in root folder
55
55
* You need to have angular-cli installed on global (check above)*
56
56
* This is compiling typescript into Javascript*
57
57
58
- 2 . Copy package.json from ** /app** folder and paste it to ** dist** folder
59
- 3 . Download [ NWjs v0.25.0 +] ( https://nwjs.io/ " NWJS Download ")
60
- 4 . Path your system enviroment to folder where you unarchived
61
- 5 . Run
58
+ 3 . Copy package.json from ** /app** folder and paste it to ** dist** folder
59
+ 4 . Download [ NWjs v0.25.0 +] ( https://nwjs.io/ " NWJS Download ")
60
+ 5 . Path your system enviroment to folder where you unarchived
61
+ 6 . Run
62
62
63
63
` gulp build ` in root folder
64
64
* This is compiling javascript into desktop app*
65
65
66
- 6 . In release folder (root) you have the compiled apps
66
+ 7 . In release folder (root) you have the compiled apps
67
67
68
68
** For personal use**
69
69
You can’t perform that action at this time.
0 commit comments