Stoneshard save 2026-08-02 14:07:58
parent
84ccef36c2
commit
f01f16b2b3
|
|
@ -1,6 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Name=sxhkd
|
||||
Comment=Simple X hotkey daemon
|
||||
Exec=/usr/bin/sxhkd
|
||||
Terminal=false
|
||||
Type=Application
|
||||
|
|
@ -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
|
||||
|
|
@ -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;
|
||||
Loading…
Reference in New Issue