Fix multiple Windows release support

pull/62/head
Martin Wimpress 3 years ago
parent 80a05b630e
commit a7508c0feb
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 6
      quickget

@ -70,7 +70,9 @@ function languages_windows() {
function releases_windows() {
echo 10
echo 8 \
10 \
11
}
function web_get() {
@ -363,7 +365,7 @@ else
releases_macos
elif [[ "${OS}" == *"ubuntu"* ]]; then
releases_ubuntu
elif [ "${OS}" == "windows" ]]; then
elif [ "${OS}" == "windows" ]; then
releases_windows
fi
exit 1

Loading…
Cancel
Save