Add (BETA) to window title

Also fix a bug: fix relative paths to the default torrents.
This commit is contained in:
DC
2016-03-25 00:21:02 -07:00
parent 5a2c76c7db
commit cc3dadb025
4 changed files with 10 additions and 9 deletions

View File

@@ -12,6 +12,7 @@ module.exports = {
APP_NAME: APP_NAME,
APP_TEAM: APP_TEAM,
APP_VERSION: APP_VERSION,
APP_WINDOW_TITLE: APP_NAME + ' (BETA)',
AUTO_UPDATE_URL: 'https://webtorrent.io/app/update?version=' + APP_VERSION,
AUTO_UPDATE_CHECK_STARTUP_DELAY: 10 * 1000 /* 10 seconds */,