diff --git a/.github/workflows/build-desktop-platforms.yml b/.github/workflows/build-desktop-platforms.yml index 92e317be..1c1ede4a 100644 --- a/.github/workflows/build-desktop-platforms.yml +++ b/.github/workflows/build-desktop-platforms.yml @@ -250,7 +250,7 @@ jobs: EOF # Copy icon to AppDir root (required by appimagetool) - cp composeApp/logo/app_icon.png "$APPDIR/github-store.png" + cp "$APPDIR/lib/GitHub-Store.png" "$APPDIR/github-store.png" # Build .AppImage OUTPUT="composeApp/build/compose/binaries/main/GitHub-Store-x86_64.AppImage"