Skip to content

Commit c4403a0

Browse files
committed
2.0 - auto updater scripts
1 parent 518715c commit c4403a0

File tree

9 files changed

+77
-971
lines changed

9 files changed

+77
-971
lines changed

app/package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
"name": "yt-app",
44
"description": "Youtube Player based on Angular and Typescript",
55
"author": "Alex Olari <queadx@gmail.com>",
6-
"version": "1.0",
7-
"keywords": [ "youtube app", "node-webkit" ],
6+
"version": "1.0.0",
7+
"keywords": [
8+
"youtube app",
9+
"node-webkit"
10+
],
811
"license": "MIT",
912
"manifestUrl": "https://quead.github.io/updates/package.json",
1013
"packages": {
1114
"win": {
12-
"url": "https://quead.github.io/updates/win64.zip"
15+
"url": "https://quead.github.io/updates/win64.zip?raw=true"
1316
}
1417
},
1518
"window": {
@@ -25,10 +28,6 @@
2528
"plugin": true
2629
},
2730
"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"
31+
"nw-autoupdater": "*"
3332
}
34-
}
33+
}

app/tools/unzip.exe

-164 KB
Binary file not shown.

0 commit comments

Comments
 (0)