Skip to content

Commit 3ff76d2

Browse files
Merge branch 'main' into multiple-resource-tags
2 parents c2df672 + b11a624 commit 3ff76d2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

website/_data/resources.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@
194194
"url": "https://mlem.ellpeck.de/",
195195
"pixelart": false,
196196
"tags": [
197-
"libraries"
197+
"libraries",
198+
"ui"
198199
]
199200
}
200201
,
@@ -302,4 +303,4 @@
302303
"ai"
303304
]
304305
}
305-
]
306+
]

website/content/public/downloads/winesetup/net9_mgfxc_wine_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fi
1717

1818
# wine 8 is the minimum requirement for dotnet 8
1919
# wine --version will output "wine-#.# (Distro #.#.#)" or "wine-#.#"
20-
WINE_VERSION=$(wine64 --version 2>&1 | grep -o 'wine-.' | sed 's/wine-//')
20+
WINE_VERSION=$(wine64 --version 2>&1 | grep -o 'wine-..' | sed 's/wine-//' | sed 's/\.//')
2121
if (( $WINE_VERSION < 8 )); then
2222
echo "Wine version $WINE_VERSION is below the minimum required version (8.0)."
2323
exit 1

0 commit comments

Comments
 (0)