From b54de1c68c50cdde80008eb6cfea4b219a7f5cbf Mon Sep 17 00:00:00 2001 From: Hadi Chokr <158838697+silverhadch@users.noreply.github.com> Date: Sun, 27 Oct 2024 07:45:03 +0100 Subject: [PATCH] Create plastic.desktop 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) --- plastic.desktop | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 plastic.desktop diff --git a/plastic.desktop b/plastic.desktop new file mode 100644 index 0000000..3021c6e --- /dev/null +++ b/plastic.desktop @@ -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;