From 2705d21f6e5e638cef3f67bcc75e2214be7cfd8a Mon Sep 17 00:00:00 2001 From: deepend Date: Sun, 22 Feb 2026 10:27:27 -0700 Subject: [PATCH] Updated the AppImage GitHub Actions dependency install list to explicitly include runtime packages for Perl and Python (perl, python3, and python3-minimal) so the packaged app has the interpreter/runtime components needed at build/package time. This is in addition to the existing dev packages already present. --- .github/workflows/appimage-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/appimage-build.yml b/.github/workflows/appimage-build.yml index 4b7a15a3..89817109 100644 --- a/.github/workflows/appimage-build.yml +++ b/.github/workflows/appimage-build.yml @@ -34,7 +34,7 @@ jobs: libxkbcommon0 \ libgtk-3-bin libglib2.0-bin shared-mime-info gsettings-desktop-schemas \ libluajit-5.1-dev libpci-dev libperl-dev libssl-dev libayatana-appindicator3-dev \ - python3-dev python3-cffi mono-devel desktop-file-utils \ + perl python3 python3-minimal python3-dev python3-cffi mono-devel desktop-file-utils \ patchelf file curl - name: Configure