Skip to content

Commit

Permalink
[FIX] Unset DOTNET_ROOT for wine (#3041)
Browse files Browse the repository at this point in the history
  • Loading branch information
Etaash-mathamsetty authored Oct 8, 2023
1 parent 453275b commit 1020e7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/launcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ function setupWineEnvVars(
const ret: Record<string, string> = {}

ret.DOTNET_BUNDLE_EXTRACT_BASE_DIR = ''
ret.DOTNET_ROOT = ''

// Add WINEPREFIX / STEAM_COMPAT_DATA_PATH / CX_BOTTLE
const steamInstallPath = join(flatPakHome, '.steam', 'steam')
Expand Down

0 comments on commit 1020e7e

Please sign in to comment.