version 0.25.2
We must pick this up from the repo itself.
This commit is contained in:
parent
a76d0acb2e
commit
7b079a23b5
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ var fs = require('fs')
|
|||
|
||||
var platform = os.platform()
|
||||
var arch = os.arch()
|
||||
var version = '0.25.1'
|
||||
var version = '0.25.2'
|
||||
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