Skip to main content

This should call srgbify.py, not the fish wrapper

ID
0f8df42
date
2024-01-09 20:27:52+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
71011ac
message
This should call srgbify.py, not the fish wrapper
changed files
1 file, 1 addition, 1 deletion

Changed files

images/kn_cover_image.py (5274) → images/kn_cover_image.py (5277)

diff --git a/images/kn_cover_image.py b/images/kn_cover_image.py
index be999d0..7153399 100755
--- a/images/kn_cover_image.py
+++ b/images/kn_cover_image.py
@@ -172,7 +172,7 @@ if __name__ == "__main__":
 
     if im.info.get("icc_profile") is not None:
         subprocess.check_call(
-            ["srgbify", out_path],
+            ["srgbify.py", out_path],
             stdout=subprocess.DEVNULL,
         )