mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-26 18:41:18 +00:00
22 lines
711 B
JSON
22 lines
711 B
JSON
{
|
|
"version": "1.8.2",
|
|
"description": "Windows Installer (.msi) files content viewer and extractor.",
|
|
"homepage": "https://lessmsi.activescott.com",
|
|
"license": "MIT",
|
|
"url": "https://github.com/activescott/lessmsi/releases/download/v1.8.2/lessmsi-v1.8.2.zip",
|
|
"hash": "7eca6a73e01a471909bbb5f8bed60d9dce6902a58b27b53466345ceb034859a4",
|
|
"bin": "lessmsi.exe",
|
|
"shortcuts": [
|
|
[
|
|
"lessmsi-gui.exe",
|
|
"Less MSIérables"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/activescott/lessmsi"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/activescott/lessmsi/releases/download/v$version/lessmsi-v$version.zip"
|
|
}
|
|
}
|