mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 11:14:42 -04:00
Fix application identifier in the AppStream metadata
The DBus specification forbids `-` in identifiers (except in the last segment), so we need to replace it with an underscore.
This commit is contained in:
parent
9289cb350d
commit
9e54b71059
2 changed files with 1 additions and 1 deletions
11
Misc/Linux/com.orama_interactive.Pixelorama.desktop
Normal file
11
Misc/Linux/com.orama_interactive.Pixelorama.desktop
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Desktop Entry]
|
||||
Name=Pixelorama
|
||||
GenericName=2D sprite editor
|
||||
GenericName[fr]=Éditeur de sprites 2D
|
||||
Comment=Create and edit static or animated 2D sprites
|
||||
Comment[fr]=Créez et modifiez des sprites 2D statiques ou animées
|
||||
Exec=pixelorama
|
||||
Icon=pixelorama
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Graphics;2DGraphics;RasterGraphics;
|
Loading…
Add table
Add a link
Reference in a new issue