Merge pull request #1 from up201806330/bug-outdated-skia-download

Fixed outdated skia download link in compile step
This commit is contained in:
nilsve
2022-03-17 13:01:42 +01:00
committed by GitHub

View File

@@ -3,7 +3,7 @@
# Download Skia
if [ ! -d "/dependencies/skia" ]
then
curl -L https://github.com/aseprite/skia/releases/download/m81-b607b32047/Skia-Linux-Release-x64.zip --output /dependencies/skia.zip
curl -L https://github.com/aseprite/skia/releases/download/m96-2f1f21b8a9/Skia-Linux-Release-x64.zip --output /dependencies/skia.zip
unzip /dependencies/skia.zip -d /dependencies/skia
fi