auto updater: code style

This commit is contained in:
Feross Aboukhadijeh
2016-05-19 20:03:37 -07:00
parent 22cdcdb468
commit 4e46b16c13
2 changed files with 7 additions and 4 deletions

View File

@@ -19,8 +19,7 @@ module.exports = {
APP_VERSION: APP_VERSION,
APP_WINDOW_TITLE: APP_NAME + ' (BETA)',
AUTO_UPDATE_URL: 'https://webtorrent.io/desktop/update' +
'?version=' + APP_VERSION + '&platform=' + process.platform,
AUTO_UPDATE_URL: 'https://webtorrent.io/desktop/update',
CRASH_REPORT_URL: 'https://webtorrent.io/desktop/crash-report',