mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
26 lines
798 B
JSON
26 lines
798 B
JSON
{
|
|
"version": "1.21",
|
|
"description": "CMD replacement shell that supports backquotes, job control, improves tab completion, file matching, aliases, command history, and more.",
|
|
"homepage": "http://www.malsmith.net/yori/",
|
|
"license": "MIT",
|
|
"url": "http://www.malsmith.net/download/?obj=yori/1.21/win32/ysetup.exe",
|
|
"hash": "7942865b4dc65cda91440b23fdeb93a22d1e0e5d521d10ca2f12c0aea61e4493",
|
|
"installer": {
|
|
"args": "\"$dir\""
|
|
},
|
|
"bin": "yori.exe",
|
|
"persist": "YoriInit.d",
|
|
"shortcuts": [
|
|
[
|
|
"yori.exe",
|
|
"Yori"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/malxau/yori"
|
|
},
|
|
"autoupdate": {
|
|
"url": "http://www.malsmith.net/download/?obj=yori/$version/win32/ysetup.exe"
|
|
}
|
|
}
|