From 53f02843c456f2ec5e553a687b37665e3740dc3a Mon Sep 17 00:00:00 2001 From: Albert Kalchmair Date: Mon, 5 Aug 2024 20:37:29 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf15295..74de67a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,7 +82,7 @@ jobs: - name: Build AppImage if: runner.os == 'Linux' run: | - sudo apt-get install libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good + sudo apt-get install libfuse2 mkdir -p AppDir cp -R dist AppDir/usr cp AppDir/usr/share/applications/io.github.houmain.gpupad.desktop AppDir