forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
anki.json
41 lines (41 loc) · 1.35 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
38
39
40
41
{
"homepage": "https://apps.ankiweb.net/",
"license": "AGPL-3.0-only",
"description": "Powerful, intelligent flash cards. Remembering things just became much easier.",
"version": "2.1.5",
"url": "https://apps.ankiweb.net/downloads/current/anki-2.1.5-windows.exe#/dl.7z",
"hash": "e39c007126928d54c04a556bdcb2aec5710af97fcf196e1c839568ce39c60dd9",
"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"
}
}
}