forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
anki.json
37 lines (37 loc) · 1.31 KB
/
anki.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://apps.ankiweb.net/",
"license": "AGPL-3.0-only",
"description": "Powerful, intelligent flash cards. Remembering things just became much easier.",
"version": "2.1.8",
"url": "https://apps.ankiweb.net/downloads/current/anki-2.1.8-windows.exe#/dl.7z",
"hash": "e7fa6e306644873ee3e8b826ebb5373f9bd879d6059fb7218446be243580dbc9",
"persist": "data",
"bin": [
[
"anki.cmd",
"anki"
]
],
"pre_install": "\"@echo off`nSET _allParams=`\"%*`\"`nIF /i %_allParams:-b =%==%_allParams% (`n start `\"anki`\" /D `\"%~dp0`\" `\"%~dp0anki.exe`\" -b `\"$persist_dir\\data`\" %*`n) ELSE (`n start `\"anki`\" /D `\"%~dp0`\" `\"%~dp0anki.exe`\" %*`n)\" | out-file \"$dir\\anki.cmd\" -encoding oem",
"shortcuts": [
[
"anki.cmd",
"Anki",
"",
"anki.exe"
]
],
"suggest": {
"vcredist": "extras/vcredist2008"
},
"checkver": {
"url": "https://apps.ankiweb.net/docs/changes.html",
"re": "Changes in ([\\d.]+)"
},
"autoupdate": {
"url": "https://apps.ankiweb.net/downloads/current/anki-$version-windows.exe#/dl.7z",
"hash": {
"url": "https://apps.ankiweb.net/downloads/current/anki-$version-checksums.txt"
}
}
}