Move webtorrent icons into static/

This commit is contained in:
Feross Aboukhadijeh
2016-03-10 19:11:49 -08:00
parent d90cede3bd
commit f21d7dd732
6 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ var path = require('path')
module.exports = {
APP_NAME: 'WebTorrent',
APP_ICON: path.join(__dirname, 'WebTorrent.png'),
APP_ICON: path.join(__dirname, 'static', 'WebTorrent.png'),
INDEX: 'file://' + path.join(__dirname, 'renderer', 'index.html'),
SOUND_ADD: 'file://' + path.join(__dirname, 'static', 'sound', 'add.wav'),
SOUND_DELETE: 'file://' + path.join(__dirname, 'static', 'sound', 'delete.wav'),