changeset 359:4e0e17d3c67a

CI/linux: ignore linuxdeployqt silently failing
author Paper <paper@paper.us.eu.org>
date Mon, 15 Jul 2024 01:06:39 -0400
parents 53c92e8968d5
children 6ca952f6a95c
files .builds/linux.yml
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.builds/linux.yml	Mon Jul 15 01:01:52 2024 -0400
+++ b/.builds/linux.yml	Mon Jul 15 01:06:39 2024 -0400
@@ -40,9 +40,11 @@
       cp ../rc/sys/linux/Minori.desktop AppDir/usr/share/applications/Minori.desktop
       cp minori AppDir/usr/bin/minori
 
-      ./linuxdeployqt AppDir/usr/share/applications/Minori.desktop -unsupported-allow-new-glibc -appimage
+      # hack: need to ignore linuxdeployqt silently failing due to missing appimagetool.
+      #       additionally, because of that we have to roll appimagetool ourselves
+      ./linuxdeployqt AppDir/usr/share/applications/Minori.desktop -unsupported-allow-new-glibc -appimage || true
 
-      # linuxdeployqt fails to make the appimage, for some reason
+      # ack
       wget -O appimagetool "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage"
       chmod +x appimagetool