From 523843b34916b304e678aecd48a219fddc3cd2d3 Mon Sep 17 00:00:00 2001 From: edisionnano Date: Thu, 13 Jun 2024 20:22:14 +0300 Subject: [PATCH] Point to src for svg We won't store it here for long but should be good for now --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index bc3f969..d5206d5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -52,7 +52,7 @@ jobs: cp build/KDiskInfo AppDir/usr/bin/ cp .github/scripts/smartctl AppDir/usr/bin/ cp .github/scripts/KDiskInfo.desktop AppDir/ - cp icon.svg AppDir/KDiskInfo.svg + cp icon.svg AppDir/src/KDiskInfo.svg APPIMAGE_EXTRACT_AND_RUN=1 NO_STRIP=1 QMAKE=/usr/bin/qmake6 ARCH=x86_64 ./linuxdeploy-static-x86_64.AppImage --appdir=AppDir/ -d AppDir/KDiskInfo.desktop -i AppDir/KDiskInfo.svg -e AppDir/usr/bin/KDiskInfo --plugin qt echo 'export PATH="$this_dir"/usr/bin:"$PATH"' >> AppDir/apprun-hooks/linuxdeploy-plugin-qt-hook.sh