Skip to content

Commit

Permalink
dev: Add a fix for macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmin42 committed Feb 11, 2025
1 parent 71daf2f commit 719931c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PB/src/CollageMakerJob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void CollageMakerJob::mapJobs(Path templatePath, std::vector<Path> imagesPaths)

std::vector<Path> imagesNames;
for (auto const &imagePath : imagesPaths) {
imagesNames.push_back(imagePath);
imagesNames.push_back(Path("thumbnail-images") / imagePath.filename());
}

std::string newImageName =
Expand Down

0 comments on commit 719931c

Please sign in to comment.