forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhack-font.json
32 lines (32 loc) · 1013 Bytes
/
hack-font.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
{
"version": "1.2.0",
"license": "MIT",
"url": "https://github.com/source-foundry/Hack-windows-installer/releases/download/1.2.0/HackWindowsInstaller.exe",
"homepage": "http://sourcefoundry.org/hack/",
"checkver": {
"github" : "https://github.com/source-foundry/Hack-windows-installer"
},
"autoupdate": {
"url": "https://github.com/source-foundry/Hack-windows-installer/releases/download/$version/HackWindowsInstaller.exe"
},
"hash": "d566623369d830afa7e4680ffdee13a2aac2b739fd58725a79ea793eabdb1428",
"installer": {
"file": "HackWindowsInstaller.exe",
"args": [
"/VERYSILENT",
"/DIR=$dir",
"/SUPPRESSMSGBOXES",
"/NORESTART",
"/CLOSEAPPLICATIONS",
"/NORESTARTAPPLICATIONS"
]
},
"uninstaller": {
"file": "unins000.exe",
"args": [
"/VERYSILENT",
"/SUPPRESSMSGBOXES",
"/NORESTART"
]
}
}