Skip to content

Commit

Permalink
RSS Store : Fix pack builder on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
DantSu committed Dec 9, 2024
1 parent 3c79712 commit b78d725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/MainEvents/Processes/Store/StoreBuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function main(jsonPath) {
countFiles,
(index) => {
process.stdout.write('*converting-images*' + (index++) + '*' + countFiles + '*')
convertCoverImage(store.cover, path.join(dstPath, 'cover.png'))
convertCoverImage(srcImages[0], path.join(dstPath, 'cover.png'))
.then(() => {
process.stdout.write('*writing-metadata*' + index + '*' + countFiles + '*')
fs.writeFileSync(path.join(dstPath, 'nodes.json'), JSON.stringify(nodes))
Expand Down

0 comments on commit b78d725

Please sign in to comment.