forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cuetools.json
32 lines (32 loc) · 850 Bytes
/
cuetools.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
{
"homepage": "http://cue.tools/wiki/Main_Page",
"version": "2.1.6",
"license": "Public Domain",
"url": "http://www.cuetools.net/install/CUETools_2.1.6.zip",
"hash": "sha512:27f74d40852cf18091ece091b00bbc18ab177b1814ee922ef98a35158591705bdeb5bdc27e3aa926e6a6523dd59ea9cee90c121eb58c0cd01851c69f0c058712",
"extract_dir": "CUETools_2.1.6",
"post_install": "Remove-Item \"$dir\\user_profiles_enabled\"",
"persist": [
"CUE Tools/settings.txt",
"CUERipper/settings.txt"
],
"bin": [
"CUERipper.exe",
"CUETools.exe"
],
"shortcuts": [
[
"CUERipper.exe",
"CUERipper"
],
[
"CUETools.exe",
"CUETools"
]
],
"suggest": {
"vcredist": [
"extras/vcredist2008"
]
}
}