Make name of build action to execute custom command shorter

This commit is contained in:
Martchus 2022-03-12 21:37:59 +01:00
parent 6437c7eb42
commit 70a98ffedc
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ BuildActionMetaInfo::BuildActionMetaInfo()
BuildActionTypeMetaInfo{ BuildActionTypeMetaInfo{
.id = BuildActionType::CustomCommand, .id = BuildActionType::CustomCommand,
.category = "Misc", .category = "Misc",
.name = "Execute custom Bash command", .name = "Execute command",
.type = "custom-command", .type = "custom-command",
.flags = {}, .flags = {},
.settings = { .settings = {