Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
util: Use os.path.abspath for is_valid_launcher_installation (#381)
* util: Use os.path.abspath for is_valid_launcher_installation If the compatibilitytools.d dir is a symlink, realpath will resolve the symlink before expanding and moving up a directory, meaning we will end up looking for the Steam data files in the symlink's parent directory instead of the Steam root, as we assumed the parent folder of compatibilitytools.d would always be a Steam root dir. * util, is_valid_launcher_installation: add comment to abspath --------- Co-authored-by: DavidoTek <[email protected]>
- Loading branch information