-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathBigjpg.json
37 lines (37 loc) · 1.12 KB
/
Bigjpg.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
{
"homepage": "https://bigjpg.com/",
"version": "1.6.1",
"architecture": {
"64bit": {
"url": "https://cdn-ossd.zipjpg.com/app/bigjpg-win-x64.zip",
"installer": {
"script": "Rename-Item \"$dir\\bigjpg-win-x64.exe\" \"$dir\\bigjpg.exe\""
},
"hash": "a13e9b125fcf3f89062fbcbaef1082967206a8417dfad15d2a2f0ad0a1392258"
},
"32bit": {
"url": "https://cdn-ossd.zipjpg.com/app/bigjpg-win-x32.zip",
"installer": {
"script": "Rename-Item \"$dir\\bigjpg-win-x32.exe\" \"$dir\\bigjpg.exe\""
},
"hash": "522175874ff7f60ef4aad1a42a4bf77bb35720698f2300277e86629bad602e0e"
}
},
"bin": "bigjpg.exe",
"shortcuts": [
[
"bigjpg.exe",
"Bigjpg"
]
],
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://cdn-ossd.zipjpg.com/app/bigjpg-win-x64.zip"
},
"32bit": {
"url": "https://cdn-ossd.zipjpg.com/app/bigjpg-win-x32.zip"
}
}
}
}