14 lines
No EOL
247 B
JSON
14 lines
No EOL
247 B
JSON
{
|
|
"name": "nginx",
|
|
"icon": "nginx.png",
|
|
"setting": {
|
|
"binPath": "{exePath}/nginx.exe",
|
|
"progressName":"nginx.exe"
|
|
},
|
|
"start": {
|
|
"startCmds": [
|
|
"-p",
|
|
"{exePath}"
|
|
]
|
|
}
|
|
} |