add scoop manifest
This commit is contained in:
parent
d454db4579
commit
19509cddd7
1 changed files with 23 additions and 0 deletions
23
res/scoop/envyupdate.json
Normal file
23
res/scoop/envyupdate.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"version": "2.9",
|
||||||
|
"description": "A small update checker for NVidia GPUs.",
|
||||||
|
"homepage": "https://github.com/fyr77/EnvyUpdate",
|
||||||
|
"license": "MIT",
|
||||||
|
"url": "https://github.com/fyr77/EnvyUpdate/releases/download/2.9/PackageManagerZip.zip",
|
||||||
|
"hash": "1041E050C0C1C7DC91E5CF18E0DBB445315BE93D53FEFD85ED0165CE5A85A9C1",
|
||||||
|
"extract_dir": "EnvyUpdate-2.9",
|
||||||
|
"bin": "EnvyUpdate.exe",
|
||||||
|
"shortcuts": [
|
||||||
|
[
|
||||||
|
"EnvyUpdate.exe",
|
||||||
|
"EnvyUpdate"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"persist": "sd.envy",
|
||||||
|
"checkver": {
|
||||||
|
"github": "https://github.com/fyr77/EnvyUpdate"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"url": "https://github.com/fyr77/EnvyUpdate/releases/download/$version/PackageManagerZip.zip"
|
||||||
|
}
|
||||||
|
}
|
Reference in a new issue