Use config.APP_NAME throughout

This commit is contained in:
Feross Aboukhadijeh
2016-03-07 15:47:23 -08:00
parent 0b7f97ba6b
commit 2a423a8cb3
6 changed files with 15 additions and 11 deletions

6
config.js Normal file
View File

@@ -0,0 +1,6 @@
var path = require('path')
module.exports = {
APP_NAME: 'WebTorrent',
INDEX: 'file://' + path.resolve(__dirname, 'renderer', 'index.html')
}