Skip to content

Commit

Permalink
process-governor: Fix bins (#6369)
Browse files Browse the repository at this point in the history
Co-authored-by: Chawye Hsu <[email protected]>
  • Loading branch information
brian6932 and chawyehsu authored Dec 18, 2024
1 parent 5dc405f commit 82ccdbe
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions bucket/process-governor.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@
"description": "Set various constraints and limits on Windows processes",
"homepage": "https://github.com/lowleveldesign/process-governor",
"license": "MIT",
"url": "https://github.com/lowleveldesign/process-governor/releases/download/3.0.24350/procgov.zip",
"hash": "78699f047ed03727cee6c376fff56ba727d4b22f131ec080d6593242f7c9ea55",
"bin": [
"procgov32.exe",
"procgov64.exe"
],
"architecture": {
"64bit": {
"url": "https://github.com/lowleveldesign/process-governor/releases/download/3.0.24350/procgov.zip",
"hash": "78699f047ed03727cee6c376fff56ba727d4b22f131ec080d6593242f7c9ea55"
}
},
"bin": "procgov.exe",
"checkver": "github",
"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"
}
}
}
}

0 comments on commit 82ccdbe

Please sign in to comment.