mirror of
https://github.com/buserror/mii_emu.git
synced 2024-11-22 01:30:51 +00:00
add .desktop file
This commit is contained in:
parent
11cdb8b209
commit
657ccf6f94
28
contrib/mii_emu.desktop
Normal file
28
contrib/mii_emu.desktop
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
|
||||||
|
# The type as listed above
|
||||||
|
Type=Application
|
||||||
|
|
||||||
|
# The version of the desktop entry specification to which this file complies
|
||||||
|
Version=0.8.0-1
|
||||||
|
|
||||||
|
# The name of the application
|
||||||
|
Name=MII Apple //e Emulator for Linux
|
||||||
|
|
||||||
|
# A comment which can/will be used as a tooltip
|
||||||
|
Comment=Modern, clean code, modular Apple //e Emulator
|
||||||
|
|
||||||
|
# The path to the folder in which the executable is run
|
||||||
|
#Path=
|
||||||
|
|
||||||
|
# The executable of the application, possibly with arguments.
|
||||||
|
Exec=/usr/bin/mii_emu
|
||||||
|
|
||||||
|
# The name of the icon that will be used to display this entry
|
||||||
|
Icon=mii-icon-64
|
||||||
|
|
||||||
|
# Describes whether this application needs to be run in a terminal or not
|
||||||
|
Terminal=false
|
||||||
|
|
||||||
|
# Describes the categories in which this entry should be shown
|
||||||
|
Categories=Emulator;System;
|
Loading…
Reference in New Issue
Block a user