mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Update icon urls from lukewh -> quickemu-project
This commit is contained in:
parent
5e4cd1c397
commit
468cf309bc
1 changed files with 2 additions and 2 deletions
4
quickget
4
quickget
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue