mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
process-governor: Fix bins (#6369)
Co-authored-by: Chawye Hsu <su+git@chawyehsu.com>
This commit is contained in:
parent
5dc405f0c0
commit
82ccdbeb25
@ -3,14 +3,19 @@
|
|||||||
"description": "Set various constraints and limits on Windows processes",
|
"description": "Set various constraints and limits on Windows processes",
|
||||||
"homepage": "https://github.com/lowleveldesign/process-governor",
|
"homepage": "https://github.com/lowleveldesign/process-governor",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"url": "https://github.com/lowleveldesign/process-governor/releases/download/3.0.24350/procgov.zip",
|
"architecture": {
|
||||||
"hash": "78699f047ed03727cee6c376fff56ba727d4b22f131ec080d6593242f7c9ea55",
|
"64bit": {
|
||||||
"bin": [
|
"url": "https://github.com/lowleveldesign/process-governor/releases/download/3.0.24350/procgov.zip",
|
||||||
"procgov32.exe",
|
"hash": "78699f047ed03727cee6c376fff56ba727d4b22f131ec080d6593242f7c9ea55"
|
||||||
"procgov64.exe"
|
}
|
||||||
],
|
},
|
||||||
|
"bin": "procgov.exe",
|
||||||
"checkver": "github",
|
"checkver": "github",
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "https://github.com/lowleveldesign/process-governor/releases/download/$version/procgov.zip"
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/lowleveldesign/process-governor/releases/download/$version/procgov.zip"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user