From 6c97c4d1ea920b2a53a28fd61386f7df0f5cdf89 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 1 Oct 2024 12:20:54 +0200 Subject: Cleaning up --- shenanigans.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shenanigans.sh') diff --git a/shenanigans.sh b/shenanigans.sh index 94c1c91..e7977e9 100755 --- a/shenanigans.sh +++ b/shenanigans.sh @@ -109,6 +109,8 @@ backup() { cp -Rf /home/$USER/Games/turtlewow/Interface ../twow cp -Rf /home/$USER/Games/turtlewow/WTF ../twow cp -Rf /home/$USER/Games/turtlewow/start.sh ../twow/ + cp -Rf /home/$USER/Games/turtlewow/icon.png ../twow/ + cp -Rf /home/$USER/Games/turtlewow/start.sh ../twow/ # Sync with NAS. rsync -azv \ @@ -116,6 +118,7 @@ backup() { --exclude '.git/' \ --exclude '.import/' \ --exclude '.godot/' \ + --exclude '.zig-cache/' \ --exclude 'node_modules/' \ --exclude 'digg-v5/' \ --delete \ -- cgit v1.2.3