Windows packager: use Github URL for remoteRelease

This commit is contained in:
Feross Aboukhadijeh
2016-04-04 18:23:27 -07:00
parent 4673331764
commit 89c9c95938
3 changed files with 5 additions and 3 deletions

View File

@@ -21,6 +21,8 @@ module.exports = {
CONFIG_POSTER_PATH: path.join(applicationConfigPath(APP_NAME), 'Posters'),
CONFIG_TORRENT_PATH: path.join(applicationConfigPath(APP_NAME), 'Torrents'),
GITHUB_URL: 'https://github.com/feross/webtorrent-desktop',
IS_PRODUCTION: isProduction(),
ROOT_PATH: __dirname,