diff --git a/osu-wine b/osu-wine index 9170a30..f66bc8a 100644 --- a/osu-wine +++ b/osu-wine @@ -12,6 +12,7 @@ export PRESSURE_VESSEL_FILESYSTEMS_RW= # Add your external disks paths here if y export WINEDEBUG=${WINEDEBUG:-} export WINEESYNC=1 # PROTON_NO_ESYNC=1 is also needed to disable export WINEFSYNC=1 # PROTON_NO_FSYNC=1 is also needed to disable +export WINE_BLOCK_GET_VERSION=0 # Set this to 1 to enable Windows fonts/boss key, but it might cause crashes in future updates! Revert back if so. export PROTONPATH="$HOME/.local/share/osuconfig/proton-osu" export WINESERVER_PATH="$PROTONPATH/files/bin/wineserver" export WINE_PATH="$PROTONPATH/files/bin/wine" diff --git a/osu-winello.sh b/osu-winello.sh index 15d3fce..da0a2b3 100755 --- a/osu-winello.sh +++ b/osu-winello.sh @@ -8,11 +8,11 @@ # ======================================= # Proton-osu current versions for update -PROTONVERSION=9.9.0 +PROTONVERSION=9.10.0 LASTPROTONVERSION=0 # Proton-osu mirrors -PROTONLINK="https://github.com/whrvt/umubuilder/releases/download/proton-osu-9-9/proton-osu-9-9.tar.xz" +PROTONLINK="https://github.com/whrvt/umubuilder/releases/download/proton-osu-9-10/proton-osu-9-10.tar.xz" # =====================================