using unzip[ instead of jar to minimize dependencies.
This commit is contained in:
parent
c3e77e6ef3
commit
e20d4940f9
@ -12,6 +12,6 @@ rm -rf static/icons
|
|||||||
mkdir -p static/icons
|
mkdir -p static/icons
|
||||||
|
|
||||||
cd static/icons
|
cd static/icons
|
||||||
jar xvf "$tmpfile"
|
unzip xvf "$tmpfile"
|
||||||
mv bootstrap-icons*/* .
|
mv bootstrap-icons*/* .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user