We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2df672 + b11a624 commit 3ff76d2Copy full SHA for 3ff76d2
website/_data/resources.json
@@ -194,7 +194,8 @@
194
"url": "https://mlem.ellpeck.de/",
195
"pixelart": false,
196
"tags": [
197
- "libraries"
+ "libraries",
198
+ "ui"
199
]
200
}
201
,
@@ -302,4 +303,4 @@
302
303
"ai"
304
305
-]
306
+]
website/content/public/downloads/winesetup/net9_mgfxc_wine_setup.sh
@@ -17,7 +17,7 @@ fi
17
18
# wine 8 is the minimum requirement for dotnet 8
19
# wine --version will output "wine-#.# (Distro #.#.#)" or "wine-#.#"
20
-WINE_VERSION=$(wine64 --version 2>&1 | grep -o 'wine-.' | sed 's/wine-//')
+WINE_VERSION=$(wine64 --version 2>&1 | grep -o 'wine-..' | sed 's/wine-//' | sed 's/\.//')
21
if (( $WINE_VERSION < 8 )); then
22
echo "Wine version $WINE_VERSION is below the minimum required version (8.0)."
23
exit 1
0 commit comments