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

@@ -66,7 +66,7 @@ var darwin = {
'helper-bundle-id': 'io.webtorrent.app.helper',
// Application icon.
icon: path.join(__dirname, '..', 'WebTorrent.icns')
icon: path.join(__dirname, '..', 'static', 'WebTorrent.icns')
}
var win32 = {
@@ -100,7 +100,7 @@ var win32 = {
},
// Application icon.
icon: path.join(__dirname, '..', 'WebTorrent.ico')
icon: path.join(__dirname, '..', 'static', 'WebTorrent.ico')
}
var linux = {