Skip to content

Commit

Permalink
Create plastic.desktop
Browse files Browse the repository at this point in the history
Adding a default Desktop file which downstream can use. The Debian Package uses this already. And the Arch Mantainer wants a default in the repo first before using it. (The Desktop file for Arch will need no modifications since i made the deb exactly like the Arch one)
  • Loading branch information
silverhadch authored Oct 27, 2024
1 parent 898195d commit b54de1c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions plastic.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.1
Type=Application
Name=Plastic - NES
Comment=Plastic - NES Emulator
# Icon path (for the icon in images/icon.png)
Icon=/usr/share/icons/plastic-icon.png
# Executable path for Plastic GUI
Exec=/usr/bin/plastic
Categories=Game;

0 comments on commit b54de1c

Please sign in to comment.