diff options
| -rw-r--r-- | config.sample.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.sample.js b/config.sample.js index 8649613..5bc76ce 100644 --- a/config.sample.js +++ b/config.sample.js @@ -38,7 +38,8 @@ module.exports = { '.exe', '.bat', '.cmd', - '.msi' + '.msi', + '.sh' ], // Uploads config |