From 04f2fcd4efa46cfbb3fa28022a360454b0eb8f78 Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@freedombone.net>
Date: Sat, 16 Jun 2018 13:55:56 +0100
Subject: [PATCH] Copy file containing dat links

---
 website/deploy.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/website/deploy.sh b/website/deploy.sh
index b17633ca6..3d356ff47 100755
--- a/website/deploy.sh
+++ b/website/deploy.sh
@@ -21,6 +21,7 @@ fi
 cp -r $lang/* $dest_dir
 cp *.css $dest_dir
 cp -r ../img/* $dest_dir/images
+cp $lang/images.txt $dest_dir
 chown -R www-data:www-data $dest_dir
 
 echo "Website deployed to $dest_dir"
-- 
GitLab