Compare commits

..

1 commit

Author SHA1 Message Date
Jurn Wubben
612010c48a Splitted revision 1 into source and export. 2025-07-21 21:40:53 +02:00
4 changed files with 0 additions and 17 deletions

1
.gitattributes vendored
View file

@ -1 +0,0 @@
*.png filter=lfs diff=lfs merge=lfs -text

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 B

After

Width:  |  Height:  |  Size: 16 KiB

Before After
Before After

View file

@ -1,8 +0,0 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p imagemagick
DIR=$(dirname -- "$(readlink -f -- "$0")")
magick "$DIR/source.svg" "$DIR/export.png"
git add "$DIR/export.png"

View file

@ -1,8 +0,0 @@
#!/usr/bin/env bash
./generate.sh
if [ $? -ne 0 ]; then
echo "generate.sh failed. Commit aborted."
exit 1
fi