summarylogtreecommitdiffstats
path: root/osu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'osu.sh')
-rw-r--r--osu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/osu.sh b/osu.sh
index d5f1cccb4737..8aabcb3c8dda 100644
--- a/osu.sh
+++ b/osu.sh
@@ -7,7 +7,7 @@ export WINEARCH='win32'
if [ ! -d "${WINEPREFIX}" ]; then
echo 'Setting up the Wine prefix...'
- winetricks -q 'dotnet40' 'cjkfonts'
+ winetricks -q 'dotnet45' 'cjkfonts'
echo 'Completed setting up the Wine prefix.'
fi