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