Skip to content
Snippets Groups Projects
Commit 782cd051 authored by Timothee Besset's avatar Timothee Besset
Browse files

Remove unnecessary path that is causing problems

parent 1dccec83
No related branches found
No related tags found
No related merge requests found
...@@ -54,9 +54,6 @@ class Gui: ...@@ -54,9 +54,6 @@ class Gui:
for search in ( for search in (
'..', '..',
'../..', '../..',
os.path.expanduser(
'~/.steam/root/steamapps/common/Steam Linux Runtime'
),
): ):
source_of_runtimes = os.path.join( source_of_runtimes = os.path.join(
os.path.dirname(sys.argv[0]), os.path.dirname(sys.argv[0]),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment