aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorMarvin Borner2020-08-27 18:06:27 +0200
committerMarvin Borner2020-08-27 18:06:27 +0200
commitfa2d52e708b3f33008d60f5fbea3e2e954f1db6f (patch)
tree01bcf76369c580b09e05fdceabdc981234cef15e /run
parent3f1668290da19734dcbfed633b6f415d1fa21a1a (diff)
Added alpha channel and cursor image
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"