change process.versions.electron
to reflect suffixes in version name.
This commit is contained in:
parent
74c970c25f
commit
b54804d449
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
// maintainer note - x.y.z-ab version in package.json -> x.y.z
|
||||
var version = require('./package').version.replace(/-.*/, '')
|
||||
var version = require('./package').version
|
||||
|
||||
var fs = require('fs')
|
||||
var os = require('os')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue