changeset 363:f10507d8f686

CI/linux: deploy qt plugin as well
author Paper <paper@paper.us.eu.org>
date Mon, 15 Jul 2024 01:33:51 -0400
parents 433eeaca3baf
children 99c961c91809
files .builds/linux.yml
diffstat 1 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/.builds/linux.yml	Mon Jul 15 01:28:57 2024 -0400
+++ b/.builds/linux.yml	Mon Jul 15 01:33:51 2024 -0400
@@ -30,9 +30,13 @@
       cp ../rc/sys/linux/Minori.svg rc/Minori.svg
 
       # use linuxdeploy to make an appimage
-      wget -O linuxdeploy "https://github.com/linuxdeploy/linuxdeploy/releases/download/1-alpha-20240109-1/linuxdeploy-x86_64.AppImage"
-      chmod +x linuxdeploy
-      LD_LIBRARY_PATH=. ./linuxdeploy --appdir Minori --executable ./minori -d rc/Minori.desktop -i rc/Minori.svg --output appimage --plugin qt
+      wget -O linuxdeploy-x86_64.AppImage "https://github.com/linuxdeploy/linuxdeploy/releases/download/1-alpha-20240109-1/linuxdeploy-x86_64.AppImage"
+      chmod +x linuxdeploy-x86_64.AppImage
+
+      wget -O linuxdeploy-plugin-qt-x86_64.AppImage "https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/1-alpha-20240109-1/linuxdeploy-plugin-qt-x86_64.AppImage"
+      chmod +x linuxdeploy-plugin-qt-x86_64.AppImage
+
+      LD_LIBRARY_PATH=. ./linuxdeploy-x86_64.AppImage --appdir Minori --executable ./minori -d rc/Minori.desktop -i rc/Minori.svg --output appimage --plugin qt
 artifacts:
   - minori/build/Minori-x86_64.AppImage
 triggers: