This commit is contained in:
Deepak Pujari 2016-12-16 17:12:01 +05:30
parent d31f131115
commit 7931d27a56

View File

@ -2,17 +2,17 @@
"homepage": "https://nssm.cc",
"version": "2.24",
"url": "https://nssm.cc/release/nssm-2.24.zip",
"hash": "727d1e42275c605e0f04aba98095c38a8e1e46def453cdffce42869428aa6743!",
"architecture": {
"64bit": {
"extract_dir": "win64"
"extract_dir": "nssm-2.24/win64"
},
"32bit": {
"extract_dir": "win32"
"extract_dir": "nssm-2.24/win32"
}
},
"bin": [
"nssm.exe"
"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"