File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -354,6 +354,7 @@ function setupWineEnvVars(
354
354
const ret : Record < string , string > = { }
355
355
356
356
ret . DOTNET_BUNDLE_EXTRACT_BASE_DIR = ''
357
+ ret . DOTNET_ROOT = ''
357
358
358
359
// Add WINEPREFIX / STEAM_COMPAT_DATA_PATH / CX_BOTTLE
359
360
const steamInstallPath = join ( flatPakHome , '.steam' , 'steam' )
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ async function addNonSteamGame(props: {
260
260
} else if ( ! isWindows && process . env . APPIMAGE ) {
261
261
newEntry . Exe = `"${ process . env . APPIMAGE } "`
262
262
} else if ( isWindows && process . env . PORTABLE_EXECUTABLE_FILE ) {
263
- newEntry . Exe = `"${ process . env . PORTABLE_EXECUTABLE_FILE } `
263
+ newEntry . Exe = `"${ process . env . PORTABLE_EXECUTABLE_FILE } " `
264
264
newEntry . StartDir = `"${ process . env . PORTABLE_EXECUTABLE_DIR } "`
265
265
}
266
266
You can’t perform that action at this time.
0 commit comments