Skip to content

Commit 9392d07

Browse files
committed
Update app icon path in desktop build workflow
- Update the source path for the application icon from `composeApp/logo/app_icon.png` to `composeApp/src/jvmMain/resources/logo/app_icon.png` in the AppImage build step of the desktop platforms workflow.
1 parent 8a9b476 commit 9392d07

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 composeApp/src/jvmMain/resources/logo/app_icon.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)