Remove a weird flag

Issue #36
This commit is contained in:
Nikita Ivanov 2023-02-26 14:20:38 +01:00
parent e7918842d9
commit 7f33a48138
No known key found for this signature in database
GPG Key ID: 6E656AC5B97B5133

View File

@ -5,7 +5,7 @@ pdf() {
-scale-to-x 1920 \
-scale-to-y -1 \
-singlefile \
-jpeg -tiffcompression jpeg \
-jpeg \
-- "$f" "$cache_f" && mv -- "$cache_f.jpg" "$cache_f"
}