Skip to content

Commit 9ed087f

Browse files
committed
Update AppImage icon source path in build workflow
Modified the build script to copy the application icon from the AppDir lib directory instead of the composeApp logo directory during the AppImage creation process.
1 parent c1a9cfb commit 9ed087f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-desktop-platforms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
EOF
251251
252252
# Copy icon to AppDir root (required by appimagetool)
253-
cp composeApp/logo/app_icon.png "$APPDIR/github-store.png"
253+
cp "$APPDIR/lib/GitHub-Store.png" "$APPDIR/github-store.png"
254254
255255
# Build .AppImage
256256
OUTPUT="composeApp/build/compose/binaries/main/GitHub-Store-x86_64.AppImage"

0 commit comments

Comments
 (0)