summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--proto-wine/proton.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto-wine/proton.cpp b/proto-wine/proton.cpp
index 973206a5..868a4004 100644
--- a/proto-wine/proton.cpp
+++ b/proto-wine/proton.cpp
@@ -59,7 +59,6 @@ std::tuple<QProcessEnvironment, QString, bool> make_steam_environ(const QString&
QString path = expand(
":PROTON_DIST_PATH/bin"
- ":PROTON_DIST_PATH/bin"
);
path += ':'; path += qgetenv("PATH");
env.insert("PATH", path);