version 0.25.3
This commit is contained in:
parent
2e4881ba68
commit
0ba1f030a3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ var fs = require('fs')
|
|||
var getHomePath = require('home-path')()
|
||||
var platform = os.platform()
|
||||
var arch = os.arch()
|
||||
var version = '0.25.2'
|
||||
var version = '0.25.3'
|
||||
var filename = 'electron-v' + version + '-' + platform + '-' + arch + '.zip'
|
||||
var url = 'https://github.com/atom/electron/releases/download/v' + version + '/electron-v' + version + '-' + platform + '-' + arch + '.zip'
|
||||
|
||||
|
|
Loading…
Reference in a new issue