mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
20 lines
628 B
JSON
20 lines
628 B
JSON
{
|
|
"version": "1.2.3",
|
|
"description": "A Graphical User Interface to manage Scoop apps.",
|
|
"homepage": "https://github.com/windedge/Scooper",
|
|
"license": "MIT",
|
|
"url": "https://github.com/windedge/Scooper/releases/download/v1.2.3/Scooper-1.2.3.msi",
|
|
"hash": "141c5542f58b40b12d7fca88cee2aeed7d0ad8b821e28a52a2b1e39c0a977032",
|
|
"extract_dir": "Scooper",
|
|
"shortcuts": [
|
|
[
|
|
"Scooper.exe",
|
|
"Scooper"
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/windedge/Scooper/releases/download/v$version/Scooper-$version.msi"
|
|
}
|
|
}
|