Make sure binary version is dumped before uploading.
This commit is contained in:
parent
0483871388
commit
06ae5c06b8
2 changed files with 19 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue