Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add libraryfolders.vdf parsing for Steam handler #7

Merged
merged 6 commits into from
Jun 6, 2021
Merged

Add libraryfolders.vdf parsing for Steam handler #7

merged 6 commits into from
Jun 6, 2021

Commits on Jun 5, 2021

  1. Add libraryfolders.vdf parsing for Steam handler

    Steam should keep config/config.vdf and steamapps/libraryfolders.vdf
    in sync but some users have experienced this not happening.  In
    order to handle this, both files are now parsed for Steam Universe
    locations.
    LostDragonist committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    e55e4cc View commit details
    Browse the repository at this point in the history
  2. Update README.md

    LostDragonist committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    25b6b5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b74598c View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Update README

    erri120 committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    49f4155 View commit details
    Browse the repository at this point in the history
  2. Bring Regex out of the loop

    erri120 committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    6b98388 View commit details
    Browse the repository at this point in the history
  3. Fix Steam Test

    erri120 committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    f1c6072 View commit details
    Browse the repository at this point in the history