Add dotnet40 to the wine components installed for Nordic Souls

Omni-guides
2024-10-03 11:26:28 +01:00
parent 967f7d5fba
commit 9b1251a400

@@ -192,7 +192,7 @@ The easiest way to install what we need is to use ProtonTricks, which should be
Adding the required packages can be done via the ProtonTricks gui, but perhaps the easiest way is via command line. You can run the following one-liner to do it for you, or if you prefer, you can manually run the individual steps noted below (replace "Skyrim - Nordic Souls" with the name of your Non-steam game entry, if you called it something else):
```
APPID=`protontricks -l | grep -i "Skyrim - Nordic Souls" | awk {'print $NF'} | sed 's:^.\(.*\).$:\1:'` ; protontricks --no-bwrap $APPID -q xact xact_x64 d3dcompiler_47 d3dx11_43 d3dcompiler_43 vcrun2022 dotnet6 dotnet7
APPID=`protontricks -l | grep -i "Skyrim - Nordic Souls" | awk {'print $NF'} | sed 's:^.\(.*\).$:\1:'` ; protontricks --no-bwrap $APPID -q xact xact_x64 d3dcompiler_47 d3dx11_43 d3dcompiler_43 vcrun2022 dotnet40 dotnet6 dotnet7
```
Alternatively, **If you prefer to run this manually**, see an alternative step-by-step method in the **Additional Notes** section below.