using unzip[ instead of jar to minimize dependencies.

This commit is contained in:
Erik Brakkee 2024-11-11 22:51:12 +01:00
parent c3e77e6ef3
commit e20d4940f9

View File

@ -12,6 +12,6 @@ rm -rf static/icons
mkdir -p static/icons
cd static/icons
jar xvf "$tmpfile"
unzip xvf "$tmpfile"
mv bootstrap-icons*/* .