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