mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
png != svg. Causes 404 for image urls
This commit is contained in:
parent
9779af371c
commit
4080bf8048
1 changed files with 1 additions and 1 deletions
2
quickget
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…
Reference in a new issue