瀏覽代碼

add more problematic testcases into the icon finder

master
Nils 3 年前
父節點
當前提交
fadcc762b1
  1. 2
      engine/findicons.py

2
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]}")

載入中…
取消
儲存