mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
fix(appimage): include icon section in desktop entries
This commit is contained in:
parent
c163619651
commit
857d60ceaf
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ script:
|
|||
- Type=Application
|
||||
- Name=lune
|
||||
- Exec=lune
|
||||
- Icon=lune
|
||||
- Categories=Development;
|
||||
- Terminal=true
|
||||
- EOF
|
||||
- wget https://raw.githubusercontent.com/microsoft/fluentui-emoji/dfb5c3b7b10e20878a3fee6e3b05660e4d3bd9d5/assets/Crescent%20moon/3D/crescent_moon_3d.png -O usr/share/icons/hicolor/256x256/apps/lune.png
|
||||
- cp usr/share/icons/hicolor/256x256/apps/lune.png .
|
||||
|
|
Loading…
Reference in a new issue