fix(hermes-agent): rename files to match NSAPP derivation
APP='Hermes Agent' produces NSAPP='hermesagent' via build.func's lowercase+strip-spaces logic. Rename ct/, install/, json/, and header files to match.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Hermes Agent",
|
"name": "Hermes Agent",
|
||||||
"slug": "hermes-agent",
|
"slug": "hermesagent",
|
||||||
"categories": [
|
"categories": [
|
||||||
20
|
20
|
||||||
],
|
],
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
"install_methods": [
|
"install_methods": [
|
||||||
{
|
{
|
||||||
"type": "default",
|
"type": "default",
|
||||||
"script": "ct/hermes-agent.sh",
|
"script": "ct/hermesagent.sh",
|
||||||
"config_path": "/home/hermes/.hermes/",
|
"config_path": "/home/hermes/.hermes/",
|
||||||
"resources": {
|
"resources": {
|
||||||
"cpu": 2,
|
"cpu": 2,
|
||||||
Reference in New Issue
Block a user