mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
31 lines
1005 B
JSON
31 lines
1005 B
JSON
{
|
|
"version": "5.13.0",
|
|
"description": "Model editing tools for 3D printing",
|
|
"homepage": "https://ultimaker.com/software/ultimaker-cura",
|
|
"license": "LGPL-3.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Ultimaker/Cura/releases/download/5.13.0/Ultimaker-Cura-5.13.0-win64-X64.exe#/dl.7z",
|
|
"hash": "6edb3c4394e6e4ecb6b00f3e96d70e1ea53652c57a9626b58f8fda56e291aa6d"
|
|
}
|
|
},
|
|
"pre_install": "Remove-Item \"$dir\\Uninstall*\", \"$dir\\`$*\", \"$dir\\vcredist_*.exe\" -Recurse",
|
|
"bin": "CuraEngine.exe",
|
|
"shortcuts": [
|
|
[
|
|
"Ultimaker-Cura.exe",
|
|
"Ultimaker Cura"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/Ultimaker/Cura"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Ultimaker/Cura/releases/download/$version/Ultimaker-Cura-$version-win64-X64.exe#/dl.7z"
|
|
}
|
|
}
|
|
}
|
|
}
|