png != svg. Causes 404 for image urls

pull/244/head
Lukewh 3 years ago committed by Martin Wimpress
parent 9779af371c
commit 4080bf8048
  1. 2
      quickget

@ -114,7 +114,7 @@ function list_csv() {
FUNC="${OS}"
fi
PNG="https://quickemu-project.github.io/quickemu-icons/png/${FUNC}/${FUNC}-quickemu-white-pinkbg.png"
SVG="https://quickemu-project.github.io/quickemu-icons/png/${FUNC}/${FUNC}-quickemu-white-pinkbg.svg"
SVG="https://quickemu-project.github.io/quickemu-icons/svg/${FUNC}/${FUNC}-quickemu-white-pinkbg.svg"
for RELEASE in $("releases_${FUNC}"); do

Loading…
Cancel
Save