React: fix package script

This commit is contained in:
DC
2016-07-22 19:57:06 -07:00
parent 793ea79cab
commit d20786cd69
5 changed files with 12 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ module.exports = {
IS_PRODUCTION: isProduction(),
POSTER_PATH: path.join(getConfigPath(), 'Posters'),
ROOT_PATH: __dirname,
ROOT_PATH: path.join(__dirname, '..'),
STATIC_PATH: path.join(__dirname, '..', 'static'),
TORRENT_PATH: path.join(getConfigPath(), 'Torrents'),