From fadcc762b1456150df1d3494cbd861f051c27524 Mon Sep 17 00:00:00 2001 From: Nils <> Date: Thu, 8 Jul 2021 23:59:38 +0200 Subject: [PATCH] add more problematic testcases into the icon finder --- engine/findicons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/findicons.py b/engine/findicons.py index 0b79f1d..6f095eb 100644 --- a/engine/findicons.py +++ b/engine/findicons.py @@ -175,7 +175,7 @@ if __name__ == "__main__": print(SEARCH_DIRECTORIES) print() - for exe in ("zynaddsubfx", "patroneo", "jack_mixer", "carla", "ardour6", "synthv1", "ams_32.xpm"): + for exe in ("zynaddsubfx", "patroneo", "jack_mixer", "carla", "ardour6", "synthv1", "ams_32.xpm", "shuriken.png"): r = findIconPath(exe) if r: print (f"{exe} Best resolution: {r[0]}")