mirror of
https://github.com/electron/electron.git
synced 2026-01-30 09:48:35 -05:00
0.22.2
This commit is contained in:
@@ -12,7 +12,7 @@ if (platform === 'win32') {
|
||||
// 64-bit is not available under windows.
|
||||
arch = 'ia32'
|
||||
}
|
||||
var version = '0.22.1'
|
||||
var version = '0.22.2'
|
||||
var filename = 'atom-shell-v' + version + '-' + platform + '-' + arch + '.zip'
|
||||
var url = 'https://github.com/atom/atom-shell/releases/download/v' + version + '/atom-shell-v' + version + '-' + platform + '-' + arch + '.zip'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user