diff --git a/imgs/renders/21344.png b/imgs/renders/21344.png new file mode 100644 index 000000000..f45f26972 Binary files /dev/null and b/imgs/renders/21344.png differ diff --git a/imgs/renders/21362.png b/imgs/renders/21362.png new file mode 100644 index 000000000..f6dff6ea2 Binary files /dev/null and b/imgs/renders/21362.png differ diff --git a/imgs/renders/21405.png b/imgs/renders/21405.png new file mode 100644 index 000000000..55a6cc3a5 Binary files /dev/null and b/imgs/renders/21405.png differ diff --git a/imgs/renders/21406.png b/imgs/renders/21406.png new file mode 100644 index 000000000..e9d8d8610 Binary files /dev/null and b/imgs/renders/21406.png differ diff --git a/scripts/icons_update.py b/scripts/icons_update.py index d5cb498db..0ad4c5359 100644 --- a/scripts/icons_update.py +++ b/scripts/icons_update.py @@ -141,6 +141,7 @@ def get_icon_file(res_path, size): icon for it. Return as PIL image object down- scaled for use in pyfa. """ + res_path = res_path.replace('//', '/') #1703 if res_path not in res_index: return None res_icon = res_index[res_path]