From 8d115677d1e8ab03963f81a60d59f5b330d100b0 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Wed, 17 Nov 2021 22:42:09 +0300 Subject: [PATCH] minor fix for picon downloader --- app/tools/picons.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/tools/picons.py b/app/tools/picons.py index eb39cc28..11752ecd 100644 --- a/app/tools/picons.py +++ b/app/tools/picons.py @@ -130,7 +130,7 @@ class PiconsCzDownloader: # TODO: think about https://github.com/miurahr/py7zr exe = "7z" if IS_DARWIN and GTK_PATH: - exe = "./7z" + exe = "./7zr" if IS_LINUX and not os.path.isfile(f"/usr/bin/{exe}"): raise PiconsError("7-zip [7z] archiver not found!") @@ -219,7 +219,8 @@ class PiconsCzDownloader: "picontransparentdark": "td220", "piconoled": "o96", "piconblack80": "b50", - "piconblack3d": "b50" + "piconblack3d": "b50", + "piconwin11": "win11220" } def get_name_map(self):