Add desktop file for S2AP

This commit is contained in:
2025-12-29 17:13:24 -05:00
parent 2f96a17e11
commit f0e9516020
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
[Desktop Entry]
Type=Application
Name=Spyro 2 Archipelago Client
GenericName=Spyro 2 Client
Exec=/opt/S2AP/S2AP.Desktop
Categories=Game;
StartupNotify=false

View File

@@ -12,6 +12,10 @@ stages:
scripts: scripts:
- build-spyro2-client.sh - build-spyro2-client.sh
modules: modules:
- type: files
files:
- source: spyro2-client-desktop
destination: /usr/share/applications/
- type: copy - type: copy
from: spyro2 from: spyro2
src: /app/S2AP/source/S2AP.Desktop/bin/Release/net8.0/linux-x64/publish/* src: /app/S2AP/source/S2AP.Desktop/bin/Release/net8.0/linux-x64/publish/*