forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cura.json
40 lines (40 loc) · 1.06 KB
/
cura.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
{
"version": "3.5.1",
"license": "LGPL-3.0-only",
"homepage": "https://ultimaker.com/en/products/ultimaker-cura-software",
"description": "Ultimaker Cura prepares your model for 3D printing.",
"bin": "cura.exe",
"architecture": {
"64bit": {
"url": "https://github.com/Ultimaker/Cura/releases/download/3.5.1/Ultimaker.Cura-3.5.1-win64.exe",
"hash": "ddcab9ef28ad4162275b88e058011c9ea7d73deb46c922e391e379454f15e971"
}
},
"shortcuts": [
[
"cura.exe",
"Cura"
]
],
"pre_install": "",
"post_install": "del $dir/vcredist_x64.exe",
"installer": {
"args": [
"/NCRC",
"/S",
"/D=$dir"
]
},
"uninstaller": {
"file": "uninstall.exe",
"args": [
"/S"
]
},
"checkver": {
"github": "https://github.com/Ultimaker/Cura"
},
"autoupdate": {
"url": "https://github.com/Ultimaker/Cura/releases/download/$version/Ultimaker.Cura-$version-win64.exe"
}
}