Compare commits
2 Commits
97020ed022
...
f01f16b2b3
| Author | SHA1 | Date |
|---|---|---|
|
|
f01f16b2b3 | |
|
|
84ccef36c2 |
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 49 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
Binary file not shown.
|
|
@ -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