From bff2e1ca6c4c5c156f796a2b5bc4e04073560261 Mon Sep 17 00:00:00 2001 From: "E. S." Date: Wed, 3 Jan 2024 00:22:00 +0000 Subject: [PATCH] release-book.sh: set author in pdf file --- release-book.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/release-book.sh b/release-book.sh index 59081e2..d2bd4b6 100755 --- a/release-book.sh +++ b/release-book.sh @@ -43,5 +43,7 @@ old_date="$(get_modification_time "$INPUT")" chgrp www-data "$ARCHIVE_DIR" } +exiftool -author=idb "$INPUT" + mv "$target_file" "$ARCHIVE_DIR/4in1-$LANG-$old_date.pdf" -mv "$INPUT" "$target_file" \ No newline at end of file +mv "$INPUT" "$target_file"