Skip to content

Commit

Permalink
Make build.sh executable via post-action
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunn committed Feb 19, 2018
1 parent b344539 commit 8c2daa3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Content/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,15 @@
}
]
}
}
},
"postActions": [{
"condition": "(OS != \"windows\")",
"description": "Make scripts executable",
"manualInstructions": [ { "text": "Run 'chmod +x *.sh'" } ],
"actionId": "cb9a6cf3-4f5c-4860-b9d2-03a574959774",
"args": {
"+x": "*.sh"
},
"continueOnError": true
}]
}

0 comments on commit 8c2daa3

Please sign in to comment.