Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
40243c8e by wurstsalat at 2022-12-11T13:37:25+01:00
cq: Add /mac folder to pyrightconfig

- - - - -


2 changed files:

- mac/makeicns.py
- pyproject.toml


Changes:

=====================================
mac/makeicns.py
=====================================
@@ -7,7 +7,7 @@
 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)


=====================================
pyproject.toml
=====================================
@@ -27,6 +27,7 @@ include = [
     "launch.py",
     "setup.py",
     ".ci/*",
+    "mac/*",
     "scripts/*",
     "win/*",
     "gajim/common/application.py",



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/40243c8e729db9745a1a57cfaff3ca839b638695

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/40243c8e729db9745a1a57cfaff3ca839b638695
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to