generated from Ash258/GenericBucket
-
Notifications
You must be signed in to change notification settings - Fork 2
/
imagine.json
34 lines (34 loc) · 1.12 KB
/
imagine.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
{
"version": "0.7.5",
"description": "🖼️ PNG/JPEG optimization app for macOS, Windows and Linux",
"homepage": "https://github.com/meowtec/Imagine",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/meowtec/Imagine/releases/download/v0.7.5/Imagine-Setup-0.7.5.exe#/dl.7z",
"hash": "sha512:170174be0d03f06ce086ae1dd96370544c27a2d4e66c6cdf4883ff9262ec74e6589c556c6579e89d54704905b4ee3e425f7d4db4700059195d137f8dbefa0544"
}
},
"pre_install": [
"Expand-7ZipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$*\" -Recurse"
],
"shortcuts": [
[
"Imagine.exe",
"Imagine"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/meowtec/Imagine/releases/download/v$version/Imagine-Setup-$version.exe#/dl.7z",
"hash": {
"url": "$baseurl/latest.yml",
"regex": "sha512:\\s+$base64"
}
}
}
}
}