Make sure binary version is dumped before uploading.

This commit is contained in:
Cheng Zhao 2013-10-03 11:48:13 +08:00
parent 0483871388
commit 06ae5c06b8
2 changed files with 19 additions and 1 deletions

View file

@ -26,7 +26,7 @@ if (argv._.length > 0) {
}
}
} else if (argv.version) {
console.log(process.versions['atom-shell']);
console.log('v' + process.versions['atom-shell']);
process.exit(0);
} else {
require('./default_app.js');