mirror of
https://github.com/electron/electron.git
synced 2026-01-31 10:18:13 -05:00
0.20.5
This commit is contained in:
@@ -12,7 +12,7 @@ if ('win32' === platform) {
|
||||
// 64-bit is not available under windows.
|
||||
arch = 'ia32';
|
||||
}
|
||||
var version = '0.20.4'
|
||||
var version = '0.20.5'
|
||||
var name = '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'
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "atom-shell",
|
||||
"version": "0.20.4",
|
||||
"version": "0.20.5",
|
||||
"description": "Install atom-shell prebuilts using npm",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user