diff --git a/Content/.template.config/template.json b/Content/.template.config/template.json index 09a76db1..5cf5801b 100644 --- a/Content/.template.config/template.json +++ b/Content/.template.config/template.json @@ -130,5 +130,17 @@ } ] } - } + }, + "postActions": [ + { + "condition": "(OS != \"Windows_NT\")", + "description": "Make scripts executable", + "manualInstructions": [{ "text": "Run 'chmod +x *.sh'" }], + "actionId": "cb9a6cf3-4f5c-4860-b9d2-03a574959774", + "args": { + "+x": "*.sh" + }, + "continueOnError": true + } + ] }