restructure folders

This commit is contained in:
Feross Aboukhadijeh
2016-03-10 14:52:49 -08:00
parent b904f590c8
commit 7282865bc7
21 changed files with 15 additions and 15 deletions

View File

@@ -60,19 +60,19 @@ module.exports = {
status: 'paused',
infoHash: 'f84b51f0d2c3455ab5dabb6643b4340234cd036e',
displayName: 'Big Buck Bunny',
posterURL: '../resources/bigBuckBunny.jpg'
posterURL: path.join(__dirname, '..', 'static', 'bigBuckBunny.jpg')
},
{
status: 'paused',
infoHash: '6a9759bffd5c0af65319979fb7832189f4f3c35d',
displayName: 'Sintel',
posterURL: '../resources/sintel.jpg'
posterURL: path.join(__dirname, '..', 'static', 'sintel.jpg')
},
{
status: 'paused',
infoHash: '02767050e0be2fd4db9a2ad6c12416ac806ed6ed',
displayName: 'Tears of Steel',
posterURL: '../resources/tearsOfSteel.jpg'
posterURL: path.join(__dirname, '..', 'static', 'tearsOfSteel.jpg')
}
],
downloadPath: path.join(os.homedir(), 'Downloads')