binary: move support folder into scripts/binary to avoid wide ignore

This commit is contained in:
Gleb Bahmutov
2017-06-30 14:06:27 -04:00
parent d65c902120
commit c7fafe2456
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ module.exports = {
}
getAwsObj: ->
fs.readJsonSync("./support/aws-credentials.json")
fs.readJsonSync(path.join(__dirname, "support", "aws-credentials.json"))
# store uploaded application in subfolders by platform and version
# something like desktop/0.20.1/osx64/