GTK: Also rename the icon like the desktop file

This commit is contained in:
Emmanuel Gil Peyrot 2020-11-04 11:42:38 +01:00
parent 907cbf8308
commit a8e581dcf3
3 changed files with 2 additions and 2 deletions

View File

@ -37,5 +37,5 @@ executable('desmume',
install_data('org.desmume.DeSmuME.desktop', install_dir: join_paths(get_option('datadir'), 'applications'))
install_data('org.desmume.DeSmuME.metainfo.xml', install_dir: join_paths(get_option('datadir'), 'metainfo'))
install_data('DeSmuME.svg', install_dir: join_paths(get_option('datadir'), 'pixmaps'))
install_data('org.desmume.DeSmuME.svg', install_dir: join_paths(get_option('datadir'), 'pixmaps'))
install_data('doc/desmume.1', install_dir: join_paths(get_option('datadir'), 'man', 'man1'))

View File

@ -5,6 +5,6 @@ Name=DeSmuME (Gtk)
Comment=Nintento DS emulator
TryExec=desmume
Exec=desmume
Icon=DeSmuME
Icon=org.desmume.DeSmuME
Categories=GNOME;GTK;Game;Emulator;
MimeType=application/x-nintendo-ds-rom;

View File

Before

Width:  |  Height:  |  Size: 1001 B

After

Width:  |  Height:  |  Size: 1001 B