fix(appimage): include desktop entry

This commit is contained in:
Erica Marigold 2023-08-03 17:52:13 +05:30 committed by GitHub
parent 3617dbb508
commit b265175679
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,3 +9,10 @@ ingredients:
script:
- cp -r ../lune ./usr/bin
- cat > lune.desktop <<EOF
- [Desktop Entry]
- Type=Application
- Name=lune
- Exec=/usr/bin/lune
- StartupNotify=true
- EOF