Commit 3e856af
authored
Remove return so that it can try again with wine, instead of wine64. (MonoGame#8676)
This commit removes an early return in the WineHelper.cs file to allow the process to retry with "wine" as the fallback executable instead of "wine64".
Removed the return statement in the catch block so that after changing the executable to "wine", the program will continue to start the process.
This change enables the intended retry logic for process execution.1 parent 6d4ea1e commit 3e856af
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments