diff options
author | Marvin Borner | 2020-08-27 18:06:27 +0200 |
---|---|---|
committer | Marvin Borner | 2020-08-27 18:06:27 +0200 |
commit | fa2d52e708b3f33008d60f5fbea3e2e954f1db6f (patch) | |
tree | 01bcf76369c580b09e05fdceabdc981234cef15e /run | |
parent | 3f1668290da19734dcbfed633b6f415d1fa21a1a (diff) |
Added alpha channel and cursor image
Diffstat (limited to 'run')
-rwxr-xr-x | run | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |