mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-12-26 10:45:47 +01:00
scripts: flatpak: try to add ourselves to desktop menu entries
This commit is contained in:
parent
0ffd1b9ff1
commit
00ddd95c27
10
scripts/flatpak/su.xash.Engine.Compat.i386.desktop
Normal file
10
scripts/flatpak/su.xash.Engine.Compat.i386.desktop
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Categories=Game;Shooter;
|
||||
Comment=Half-Life compatible game engine
|
||||
Exec=
|
||||
Icon=su.xash.Engine.Compat.i386
|
||||
Keywords=first;person;shooter;multiplayer;half-life;halflife;singleplayer;
|
||||
Name=Xash3D FWGS
|
||||
PrefersNonDefaultGPU=true
|
||||
Terminal=false
|
||||
Type=Application
|
@ -76,7 +76,11 @@ modules:
|
||||
python waf build
|
||||
python waf install --destdir=/
|
||||
mkdir -p /app/bin
|
||||
mkdir -p /app/share/icons/hicolor/256x256/apps/
|
||||
mkdir -p /app/share/applications
|
||||
install -m 0755 scripts/flatpak/run.sh /app/bin/run.sh
|
||||
install -m 0644 game_launch/icon-xash-material.png /app/share/icons/hicolor/256x256/apps/su.xash.Engine.Compat.i386.png
|
||||
install -m 0644 scripts/flatpak/su.xash.Engine.Compat.i386.desktop /app/share/applications/su.xash.Engine.Compat.i386.desktop
|
||||
sources:
|
||||
- type: dir
|
||||
path: ../../
|
||||
|
Loading…
Reference in New Issue
Block a user