summarylogtreecommitdiffstats
path: root/launcher.desktop
diff options
context:
space:
mode:
Diffstat (limited to 'launcher.desktop')
-rwxr-xr-xlauncher.desktop18
1 files changed, 18 insertions, 0 deletions
diff --git a/launcher.desktop b/launcher.desktop
new file mode 100755
index 000000000000..01f352cfa027
--- /dev/null
+++ b/launcher.desktop
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Name=Sierra Death Generator
+Comment=Creates game over pictures
+Type=Application
+Exec=xdg-open https://127.0.0.1:3000
+Icon=io.github.foone.SierraDeathGenerator
+Categories=Game;
+Actions=start;stop;
+
+[Desktop Action start]
+Name=Start server
+Exec=serve /usr/share/sierra-death-generator
+
+[Desktop Action stop]
+Name=Stop server
+Exec=killall node
+
+X-Desktop-File-Install-Version=0.26