Skip to content

Commit a5d84bc

Browse files
authored
Merge pull request #306 from OpenHub-Store/linux-appimage-icon-issue
2 parents c1a9cfb + 9ed087f commit a5d84bc

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)