Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mac
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2022-12-11 15:37:25 +0300
committerwurstsalat <mailtrash@posteo.de>2022-12-11 15:37:25 +0300
commit40243c8e729db9745a1a57cfaff3ca839b638695 (patch)
treefdd009f917d4425f1ebca4f060697e1eff1b043e /mac
parent1945cf9456dbb96673295e80422be4be6fe1f7d0 (diff)
cq: Add /mac folder to pyrightconfig
Diffstat (limited to 'mac')
-rwxr-xr-xmac/makeicns.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mac/makeicns.py b/mac/makeicns.py
index b641a8773..cadc5b6ee 100755
--- a/mac/makeicns.py
+++ b/mac/makeicns.py
@@ -7,7 +7,7 @@ from subprocess import run
ICON_SVG = 'gajim/data/icons/hicolor/scalable/apps/org.gajim.Gajim.svg'
-def create_icns(icon_path):
+def create_icns(icon_path: str) -> None:
tmpdir = 'Gajim.iconset'
if os.path.isdir(tmpdir):
shutil.rmtree(tmpdir)