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


Commits:
7e657ae8 by Philipp Hörist at 2026-03-30T00:01:28+02:00
ci: MacOS: Build with pyinstaller from git

Otherwise a current bug in pyinstaller breaks the build

- - - - -


1 changed file:

- mac/gajim-macos-helper.sh


Changes:

=====================================
mac/gajim-macos-helper.sh
=====================================
@@ -192,14 +192,14 @@ function create_dmg() {
        if [ "$CI_BUILD" == 0 ]
        then
                source ./gajim-venv/bin/activate
-               pip3 install --upgrade PyInstaller
+               pip3 install --upgrade 
git+https://github.com/pyinstaller/pyinstaller.git
                cd ./gajim-source/
                ./mac/makebundle.py
                cd ../
                deactivate
        elif [ "$CI_BUILD" == 1 ]
        then
-               python${python_version} -m pip install PyInstaller 
--break-system-packages
+               python${python_version} -m pip install 
git+https://github.com/pyinstaller/pyinstaller.git --break-system-packages
                cd ./gajim-source/
                ./mac/makebundle.py
                cd ../



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

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