Stoneshard save 2026-08-02 14:07:58

main
Gil Portenseigne 2026-08-02 14:07:58 +02:00
parent 84ccef36c2
commit f01f16b2b3
3 changed files with 24 additions and 6 deletions

View File

@ -1,6 +0,0 @@
[Desktop Entry]
Name=sxhkd
Comment=Simple X hotkey daemon
Exec=/usr/bin/sxhkd
Terminal=false
Type=Application

View File

@ -0,0 +1,14 @@
#!/bin/sh
SAVE_DIR="$HOME/.config/StoneShard"
# Pull latest save before starting
yadm pull --rebase
# Start the game
"/home/gil/GOG Games/Stoneshard/start.sh"
# Commit and push after the game closes
yadm add -A $SAVE_DIR
yadm commit -m "Stoneshard save $(date '+%Y-%m-%d %H:%M:%S')" || true
yadm push

View File

@ -0,0 +1,10 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=Stoneshard
Comment=Lancer Stoneshard
Icon=/home/gil/GOG Games/Stoneshard/support/icon.png
Exec=/home/gil/.local/bin/stoneshard
Path=/home/gil/GOG\ Games/Stoneshard
Terminal=false
Categories=Game;