We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1a9cfb + 9ed087f commit a5d84bcCopy full SHA for a5d84bc
1 file changed
.github/workflows/build-desktop-platforms.yml
@@ -250,7 +250,7 @@ jobs:
250
EOF
251
252
# Copy icon to AppDir root (required by appimagetool)
253
- cp composeApp/logo/app_icon.png "$APPDIR/github-store.png"
+ cp "$APPDIR/lib/GitHub-Store.png" "$APPDIR/github-store.png"
254
255
# Build .AppImage
256
OUTPUT="composeApp/build/compose/binaries/main/GitHub-Store-x86_64.AppImage"
0 commit comments