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


Commits:
304aeb45 by Philipp Hörist at 2026-07-30T22:29:12+02:00
Remove debug

- - - - -


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", "--debug=imports"], check=True)
+    run(["pyinstaller", "gajim.spec"], 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/304aeb45a2d68b253907601a84dc068546f81047

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/304aeb45a2d68b253907601a84dc068546f81047
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