Created
May 27, 2015 12:16
-
-
Save osirisgothra/813ac8effb70bea83e1a to your computer and use it in GitHub Desktop.
pSX desktop file, put it in ~/.local/share/app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# make sure you get the icon from: | |
# http://easyweb.easynet.co.uk/~david.s/saturn/images/Playstation_icon.gif | |
# | |
[Desktop Entry] | |
Type=Application | |
Version=1.0 | |
Encoding=UTF-8 | |
Name=pSX Emulator | |
Comment=Play Playstation games on your PC! | |
Icon=/usr/share/pixmaps/Playstation_icon.gif | |
Exec=pSX | |
Terminal=false | |
StartupNotify=false | |
Categories=Game;Emulators; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment