forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cura.json
38 lines (38 loc) · 1.04 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
{
"version": "3.6.0",
"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.6.0/Ultimaker.Cura-3.6.0-win64.exe",
"hash": "790eeeaea278e60e2cd23703df8c300b2d45e52227887036e6b6be0516d2b8af"
}
},
"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"
}
}