Update icon urls from lukewh -> quickemu-project

This commit is contained in:
Lukewh 2021-11-17 11:59:30 +00:00 committed by Martin Wimpress
parent 5e4cd1c397
commit 468cf309bc

View file

@ -113,8 +113,8 @@ function list_csv() {
else
FUNC="${OS}"
fi
PNG="https://lukewh.github.io/quickemu-icons/png/${FUNC}/${FUNC}-quickemu-white-pinkbg.png"
SVG="https://lukewh.github.io/quickemu-icons/png/${FUNC}/${FUNC}-quickemu-white-pinkbg.svg"
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"
for RELEASE in $("releases_${FUNC}"); do