Philipp Hörist pushed to branch osx at gajim / gajim


Commits:
ff4e95f3 by Philipp Hörist at 2026-07-30T22:12:11+02:00
debug imports

- - - - -


1 changed file:

- mac/makebundle.py


Changes:

=====================================
mac/makebundle.py
=====================================
@@ -33,7 +33,7 @@
 
     # the .spec has to be in the project root
     run(["cp", "mac/gajim.spec", "gajim.spec"], check=True)
-    run(["pyinstaller", "gajim.spec"], check=True)
+    run(["pyinstaller", "gajim.spec", "--debug=imports"], check=True)
     # we only want Gajim.app in the dmg
     run(["rm", "-rf", "dist/launch"], check=True)
     run(



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

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


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to