Update quickget

This commit is contained in:
zenobit 2025-03-08 13:19:01 +01:00 committed by GitHub
parent fd8577bf4b
commit b35b60fd9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 6 deletions

View File

@ -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"