From 4a561a6535afe31fa4bd0676e6e4d797517494f3 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Wed, 27 Nov 2024 12:49:18 +0000 Subject: [PATCH] All: Add 480x480 for Presto. --- scripts/build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/build.sh b/scripts/build.sh index 5f71922b..5f98a9ec 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,10 +1,13 @@ # Invoke plugins here to populate the cache +python3 -m plugins.xkcd 480x480 # Presto (Full Res) python3 -m plugins.xkcd 800x480 # Inky 7.3" python3 -m plugins.xkcd 600x448 # Inky 5.7" python3 -m plugins.xkcd 640x400 # Inky 4.0" +python3 -m plugins.jokeapi 480x480 $1 # Presto (Full Res) python3 -m plugins.jokeapi 800x480 $1 # Inky 7.3" python3 -m plugins.jokeapi 600x448 $1 # Inky 5.7" python3 -m plugins.jokeapi 640x400 $1 # Inky 4.0" +python3 -m plugins.nasa_apod 480x480 # Presto (Full Res) python3 -m plugins.nasa_apod 800x480 # Inky 7.3" python3 -m plugins.nasa_apod 600x448 # Inky 5.7" python3 -m plugins.nasa_apod 640x400 # Inky 4.0"