dev: disable AppImage builds (#6504)

This commit is contained in:
pajlada
2025-10-05 16:05:32 +02:00
committed by GitHub
parent 38a3bf2ef8
commit 4abf8c59f7
4 changed files with 2 additions and 115 deletions
+1
View File
@@ -11,6 +11,7 @@
- Dev: Update release documentation. (#6498)
- Dev: Make code sanitizers opt in with the `CHATTERINO_SANITIZER_SUPPORT` CMake option. After that's enabled, use the `SANITIZE_*` flag to enable individual sanitizers. (#6493)
- Dev: Remove unused QTextCodec includes. (#6487)
- Dev: Stopped building AppImage in CI. (#6504)
- Dev: Find Boost's CMake Config file instead of module file. (#6499)
- Dev: Fix 32-bit compile in PluginRepl. (#6483)
- Dev: Fix the WinGet release workflow. (#6497)