nope sur la save partagée
parent
63d279977a
commit
921c4cf595
|
|
@ -1,14 +0,0 @@
|
||||||
#!/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
|
|
||||||
|
|
@ -4,7 +4,7 @@ Version=1.0
|
||||||
Name=Stoneshard
|
Name=Stoneshard
|
||||||
Comment=Lancer Stoneshard
|
Comment=Lancer Stoneshard
|
||||||
Icon=/home/gil/GOG Games/Stoneshard/support/icon.png
|
Icon=/home/gil/GOG Games/Stoneshard/support/icon.png
|
||||||
Exec=/home/gil/.local/bin/stoneshard
|
Exec=/home/gil/GOG\ Games/Stoneshard/start.sh
|
||||||
Path=/home/gil/GOG\ Games/Stoneshard
|
Path=/home/gil/GOG\ Games/Stoneshard
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=Game;
|
Categories=Game;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue