We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 138be8e commit 6d91550Copy full SHA for 6d91550
1 file changed
.github/workflows/release.yml
@@ -190,7 +190,8 @@ jobs:
190
# Copy icon
191
cp assets/images/app_icon.png AppDir/usr/share/icons/hicolor/256x256/apps/busic.png
192
193
- # Copy .desktop file
+ # Copy .desktop file to BOTH locations (root for appimagetool, usr/share for runtime)
194
+ cp scripts/appimage/AppDir/busic.desktop AppDir/
195
cp scripts/appimage/AppDir/busic.desktop AppDir/usr/share/applications/
196
197
# Download AppRun from AppImage community
0 commit comments