ensure Posters/ folder exists

This commit is contained in:
Feross Aboukhadijeh
2016-03-19 16:30:36 -07:00
parent 7738aa2f16
commit 75841afcb5
2 changed files with 10 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ module.exports = {
APP_NAME: 'WebTorrent',
CONFIG_PATH: applicationConfigPath('WebTorrent'),
CONFIG_POSTER_PATH: path.join(applicationConfigPath('WebTorrent'), 'posters'),
CONFIG_POSTER_PATH: path.join(applicationConfigPath('WebTorrent'), 'Posters'),
INDEX: 'file://' + path.join(__dirname, 'renderer', 'index.html'),