Skip to content

Commit f8e260c

Browse files
committed
2.0 - Adding files for updater
1 parent 70c5ec1 commit f8e260c

File tree

6 files changed

+904
-1
lines changed

6 files changed

+904
-1
lines changed

app/package.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"main": "index.html",
3+
"name": "Youtube Player 2.0",
4+
"description": "Youtube Player based on Angular and Typescript",
5+
"author": "Alex Olari <queadx@gmail.com>",
6+
"version": "1.0",
7+
"keywords": [ "youtube app", "node-webkit" ],
8+
"license": "MIT",
9+
"manifestUrl": "https://quead.github.io/updates/package.json",
10+
"packages": {
11+
"win": {
12+
"url": "https://quead.github.io/updates/upwin.zip"
13+
}
14+
},
15+
"window": {
16+
"height": 720,
17+
"width": 1270,
18+
"min_width": 1270,
19+
"min_height": 720,
20+
"frame": false,
21+
"icon": "favicon.ico",
22+
"toolbar": false
23+
},
24+
"webkit": {
25+
"plugin": true
26+
},
27+
"dependencies": {
28+
"ncp": "2.0.0",
29+
"request": "~2.64.0",
30+
"tar.gz": "^0.1.1",
31+
"del": "~0.1.2",
32+
"semver": "^5.0.3"
33+
}
34+
}

app/tools/unzip.exe

164 KB
Binary file not shown.

0 commit comments

Comments
 (0)