forked from ciderapp/Cider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwinget.json
41 lines (41 loc) · 1 KB
/
winget.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"electronVersion": "16.0.07",
"electronDownload": {
"version": "16.0.7+wvcus",
"mirror": "https://github.com/castlabs/electron-releases/releases/download/v"
},
"appId": "cider",
"afterPack": "./resources/afterPack.js",
"afterSign": "./resources/notarize.js",
"protocols": [
{
"name": "Cider",
"schemes": [
"ame",
"cider",
"itms",
"itmss",
"musics",
"music"
]
}
],
"extends": null,
"files": [
"./build/**/*",
"./src/**/*",
"./resources/icons/**/*"
],
"nsis": {
"oneClick": true,
"perMachine": false,
"deleteAppDataOnUninstall": true,
"artifactName": "${productName}-Setup-winget-${version}.${ext}"
},
"win": {
"target": [
"nsis"
],
"icon": "resources/icons/icon.ico"
}
}