Skip to content

Commit 6d91550

Browse files
committed
fix(linux): copy desktop file to AppDir root for appimagetool
1 parent 138be8e commit 6d91550

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ jobs:
190190
# Copy icon
191191
cp assets/images/app_icon.png AppDir/usr/share/icons/hicolor/256x256/apps/busic.png
192192
193-
# Copy .desktop file
193+
# Copy .desktop file to BOTH locations (root for appimagetool, usr/share for runtime)
194+
cp scripts/appimage/AppDir/busic.desktop AppDir/
194195
cp scripts/appimage/AppDir/busic.desktop AppDir/usr/share/applications/
195196
196197
# Download AppRun from AppImage community

0 commit comments

Comments
 (0)