mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-18 02:50:33 +00: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 build
|
||||||
python waf install --destdir=/
|
python waf install --destdir=/
|
||||||
mkdir -p /app/bin
|
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 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:
|
sources:
|
||||||
- type: dir
|
- type: dir
|
||||||
path: ../../
|
path: ../../
|
||||||
|
Loading…
x
Reference in New Issue
Block a user