Philipp Hörist pushed to branch windows-fix at gajim / gajim


Commits:
8c5e8dea by Philipp Hörist at 2026-06-27T08:36:25+02:00
Ship byte compiled files

- - - - -


1 changed file:

- win/_base.sh


Changes:

=====================================
win/_base.sh
=====================================
@@ -318,6 +318,10 @@ function cleanup_install {
     find "${MINGW_ROOT}" -name "*.sh" -exec rm -f {} \;
     find "${MINGW_ROOT}" -name "*.whl" -exec rm -f {} \;
 
+    # Byte-compile Python files and clean up afterwards
+    echo "Byte-compile Python files"
+    build_compileall -q "${MINGW_ROOT}"
+
     find "${MINGW_ROOT}" -type d -name "__pycache__" -prune -exec rm -rf {} \;
     find "${MINGW_ROOT}"/bin -name "*.pyc" -exec rm -f {} \;
 



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

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