From 4d70525a8402385a9ca5443e2b7c9adfecc5b7eb Mon Sep 17 00:00:00 2001 From: Izakbar Date: Sun, 9 Feb 2025 00:34:43 +0000 Subject: [PATCH] lutris fixes --- src/eve-o-preview.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/eve-o-preview.yaml b/src/eve-o-preview.yaml index edc70a3..5b4acdf 100644 --- a/src/eve-o-preview.yaml +++ b/src/eve-o-preview.yaml @@ -37,7 +37,7 @@ script: cd "$GAMEDIR" # Start EVE-O in the background - "./runner-wine/bin/wine" "./EVE-O Preview.exe" & + "./runner-wine/bin/wine" "./EVE-O-Preview.exe" & # We start the launcher by calling the installer again because, otherwise, there is a Javascript exception when calling the actual executable. No idea why. "./runner-wine/bin/wine" "./installer.exe" - chmodx: $GAMEDIR/launch.sh @@ -55,7 +55,7 @@ script: export WINEPREFIX="$GAMEDIR" # Begin installation - "$winetricks" -q msdelta vkd3d vcrun2022 dxvk2030 + "$winetricks" -q msdelta vkd3d vcrun2022 dxvk2030 dotnet45 # Need to install dotnet8 with the actual installer because winetricks version is not working "$GAMEDIR"/runner-wine/bin/wine "$dotnet8" "$GAMEDIR/runner-wine/bin/wine" "EVE-O-Preview.exe"