mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
fix(appimage): include desktop entry
This commit is contained in:
parent
3617dbb508
commit
b265175679
1 changed files with 7 additions and 0 deletions
|
@ -9,3 +9,10 @@ ingredients:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cp -r ../lune ./usr/bin
|
- cp -r ../lune ./usr/bin
|
||||||
|
- cat > lune.desktop <<EOF
|
||||||
|
- [Desktop Entry]
|
||||||
|
- Type=Application
|
||||||
|
- Name=lune
|
||||||
|
- Exec=/usr/bin/lune
|
||||||
|
- StartupNotify=true
|
||||||
|
- EOF
|
||||||
|
|
Loading…
Reference in a new issue