mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-11 06:05:14 +00:00
20 lines
598 B
JSON
20 lines
598 B
JSON
{
|
|
"homepage": "https://nssm.cc",
|
|
"version": "2.24",
|
|
"url": "https://nssm.cc/release/nssm-2.24.zip",
|
|
"architecture": {
|
|
"64bit": {
|
|
"extract_dir": "nssm-2.24/win64"
|
|
},
|
|
"32bit": {
|
|
"extract_dir": "nssm-2.24/win32"
|
|
}
|
|
},
|
|
"bin": [
|
|
"nssm.exe",
|
|
["nssm.exe", "service"]
|
|
],
|
|
"checkver": "The latest version[^<]+<a href=\"[^\"]+nssm-([\\d.]+)\\.zip\"",
|
|
"notes": "Manage Services with NSSM (GUI based) (e.g., 'nssm install nginx' to install nginx as service gui will popup or 'nssm start/status/stop apache').\nVisit https://nssm.cc/commands for more info"
|
|
}
|