videsc: Don't keep png_original files on desc edit

This commit is contained in:
Danielle McLean 2024-03-08 23:20:37 +11:00
parent c3531b1bdc
commit 7b7b6624a5
Signed by: 00dani
GPG key ID: 52C059C3B22A753E

View file

@ -28,7 +28,7 @@ videsc() {
pbcopy < $DESC_FILE
if [[ $DESC_FILE -nt $DESC_FILE.stamp ]]; then
exiftool -P "-Description<=$DESC_FILE" $IMG
exiftool -P -overwrite_original_in_place "-Description<=$DESC_FILE" $IMG
else
echo 'no changes detected, not writing updated description.' >&2
fi