This commit is contained in:
GenevensiS
2025-08-11 17:54:52 +02:00
parent 81e9a1e26f
commit 78b93e5701
7 changed files with 7 additions and 26 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ int MSE::OnRun() {
out = out.substr(pos + 1);
}
// export
export_images(set, set->cards, path, out, CONFLICT_NUMBER_OVERWRITE);
export_image(set, set->cards, path, out, CONFLICT_NUMBER_OVERWRITE);
return EXIT_SUCCESS;
} else if (args[0] == _("--export")) {
if (args.size() < 2) {