diff options
Diffstat (limited to 'proto-wine')
-rw-r--r-- | proto-wine/proton.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/proto-wine/proton.cpp b/proto-wine/proton.cpp index e8d69fd9..f2b0269e 100644 --- a/proto-wine/proton.cpp +++ b/proto-wine/proton.cpp @@ -79,8 +79,7 @@ QProcessEnvironment make_steam_environ(const QString& proton_path, int appid) QString proton_path(const QString& proton_path) { - QString wine_path = proton_path + "/dist/bin/wine"; - return wine_path; + return proton_path + "/dist/bin/wine"; } #endif |