diff --git a/assets/Tupfile b/assets/Tupfile index 6d9cf2c..53a8f68 100644 --- a/assets/Tupfile +++ b/assets/Tupfile @@ -1 +1 @@ -: foreach svg/*.svg |> rsvg-convert --background-color transparent --format Png --height 400 --output %o %f |> png/%B.png +: foreach svg/*.svg |> rsvg-convert --background-color transparent --format png --height 400 --output %o %f |> png/%B.png diff --git a/justfile b/justfile index a6c5652..2ad0918 100644 --- a/justfile +++ b/justfile @@ -1,2 +1,5 @@ assets: tup assets + +install-deps: + sudo apt install fuse3 librsvg2-bin tup