godoos/docs/demo/nginx/store.json
2024-07-31 18:53:45 +08:00

14 lines
No EOL
247 B
JSON

{
"name": "nginx",
"icon": "nginx.png",
"setting": {
"binPath": "{exePath}/nginx.exe",
"progressName":"nginx.exe"
},
"start": {
"startCmds": [
"-p",
"{exePath}"
]
}
}