Skip to content

Commit

Permalink
auto-updater: update apiUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
nsakaimbo committed Jun 2, 2021
1 parent fae59ca commit 7964364
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion desktop/desktop-config/config-development.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"server_host": "calypso.localhost",
"updater": {
"downloadUrl": "https://apps.wordpress.com/desktop/",
"apiUrl": "https://api.github.com/repos/Automattic/wp-calypso/releases",
"apiUrl": "https://api.github.com/repos/Automattic/wp-desktop/releases",
"delay": 2000,
"interval": 600000
},
Expand Down
2 changes: 1 addition & 1 deletion desktop/desktop-config/config-release.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"build": "release",
"updater": {
"downloadUrl": "https://apps.wordpress.com/desktop/",
"apiUrl": "https://api.github.com/repos/Automattic/wp-calypso/releases",
"apiUrl": "https://api.github.com/repos/Automattic/wp-desktop/releases",
"delay": 2000,
"interval": 43200000
}
Expand Down
4 changes: 2 additions & 2 deletions desktop/desktop-config/config-updater.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"colors": true
},
"updater": {
"downloadUrl": "https://github.com/Automattic/wp-calypso/releases",
"apiUrl": "https://api.github.com/repos/Automattic/wp-calypso/releases",
"downloadUrl": "https://github.com/Automattic/wp-desktop/releases",
"apiUrl": "https://api.github.com/repos/Automattic/wp-desktop/releases",
"delay": 2000,
"interval": 600000
}
Expand Down

0 comments on commit 7964364

Please sign in to comment.