Update quickget
This commit is contained in:
parent
fd8577bf4b
commit
b35b60fd9f
7
quickget
7
quickget
|
|
@ -261,15 +261,10 @@ function csv_data() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for OS in $(os_support); do
|
for OS in $(os_support); do
|
||||||
|
. "actions/${OS}"
|
||||||
local EDITIONS=""
|
local EDITIONS=""
|
||||||
DISPLAY_NAME="${PRETTY}"
|
DISPLAY_NAME="${PRETTY}"
|
||||||
|
|
||||||
case ${OS} in
|
|
||||||
*ubuntu-server*) FUNC="ubuntu-server";;
|
|
||||||
*ubuntu*) FUNC="ubuntu";;
|
|
||||||
*) FUNC="${OS}";;
|
|
||||||
esac
|
|
||||||
|
|
||||||
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/svg/${FUNC}/${FUNC}-quickemu-white-pinkbg.svg"
|
SVG="https://quickemu-project.github.io/quickemu-icons/svg/${FUNC}/${FUNC}-quickemu-white-pinkbg.svg"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue