aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun2
1 files changed, 2 insertions, 0 deletions
diff --git a/run b/run
index bb927b9..2fe9082 100755
--- a/run
+++ b/run
@@ -52,6 +52,8 @@ make_cross() {
make_disk() {
rm -rf disk && mkdir -p disk/font/
+ cp -r res/ disk/
+
cd disk/font/
VERSION="1.8.1"
wget -q "https://github.com/fcambus/spleen/releases/download/$VERSION/spleen-$VERSION.tar.gz"