diff options
author | Kiril Zvezdarov <kzvezdarov@gmail.com> | 2024-06-08 18:41:40 -0400 |
---|---|---|
committer | Kiril Zvezdarov <kzvezdarov@gmail.com> | 2024-06-08 18:41:40 -0400 |
commit | 9fcb6b524b7c9d6937f88a4b9928a905d886df1d (patch) | |
tree | cdc870beec978ee53f125320bf51924b36bede34 /proto-wine | |
parent | 180953b399b8ae48ead049d17b73cab7a2717f17 (diff) |
Fixed copy-pasta leftovers
Diffstat (limited to 'proto-wine')
-rw-r--r-- | proto-wine/proton.cpp | 1 |
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); |