png != svg. Causes 404 for image urls
This commit is contained in:
parent
9779af371c
commit
4080bf8048
2
quickget
2
quickget
@ -114,7 +114,7 @@ function list_csv() {
|
|||||||
FUNC="${OS}"
|
FUNC="${OS}"
|
||||||
fi
|
fi
|
||||||
PNG="https://quickemu-project.github.io/quickemu-icons/png/${FUNC}/${FUNC}-quickemu-white-pinkbg.png"
|
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
|
for RELEASE in $("releases_${FUNC}"); do
|
||||||
|
Loading…
Reference in New Issue
Block a user