Fix multiple Windows release support

This commit is contained in:
Martin Wimpress 2021-10-05 23:51:57 +01:00
parent 80a05b630e
commit a7508c0feb
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

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