GTK: Also rename the icon like the desktop file
This commit is contained in:
parent
907cbf8308
commit
a8e581dcf3
|
@ -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'))
|
||||
|
|
|
@ -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;
|
||||
|
|
Before Width: | Height: | Size: 1001 B After Width: | Height: | Size: 1001 B |
Loading…
Reference in New Issue