generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
snipaste-x86.json
34 lines (34 loc) · 1.12 KB
/
snipaste-x86.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": "1.16.2",
"description": "A snipping tool, which allows you to pin the screenshot back onto the screen. (32-bit version)",
"homepage": "https://www.snipaste.com/",
"license": "Unknown",
"suggest": {
"vcredist": "extras/vcredist2022"
},
"notes": [
"The 64-bit Snipaste might crashes occasionally. You can use this 32-bit version instead.",
"See https://goo.gs/2f1wt"
],
"url": "https://bitbucket.org/liule/snipaste/downloads/Snipaste-1.16.2-x86.zip",
"hash": "sha1:c198dfa47010e6591e51299d985d7411e80d1f54",
"pre_install": "if (!(Test-Path \"$persist_dir\\config.ini\")) { Set-Content \"$dir\\config.ini\" '' -Encoding ASCII }",
"bin": "Snipaste.exe",
"shortcuts": [
[
"Snipaste.exe",
"Snipaste"
]
],
"persist": [
"history",
"config.ini"
],
"checkver": "(?sm)Desktop.*?>v([\\d.]+) [^B]",
"autoupdate": {
"url": "https://bitbucket.org/liule/snipaste/downloads/Snipaste-$version-x86.zip",
"hash": {
"url": "https://dl.snipaste.com/sha-1.txt"
}
}
}