Windows: Add valid iconUrl – for building on non-Windows platforms

This commit is contained in:
Feross Aboukhadijeh
2016-04-04 18:42:46 -07:00
parent 89c9c95938
commit 07c2227339
2 changed files with 2 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ module.exports = {
CONFIG_TORRENT_PATH: path.join(applicationConfigPath(APP_NAME), 'Torrents'),
GITHUB_URL: 'https://github.com/feross/webtorrent-desktop',
GITHUB_URL_RAW: 'https://raw.githubusercontent.com/feross/webtorrent-desktop/master',
IS_PRODUCTION: isProduction(),