sonic2kk / steamtinkerlaunch

Linux wrapper tool for use with the Steam client for custom launch options and 3rd party programs
GNU General Public License v3.0
2.05k stars 70 forks source link

Commandline: Flatten getGameDir #1033

Closed sonic2kk closed 5 months ago

sonic2kk commented 5 months ago

Part of some ongoing work along the lines of #1031, and #1032 (and part of #1011).

This PR flattens out the nested logic in getGameDir, to make it more maintainable and easier to read. There wasn't really any refactors here like in #1032, this was more like #1031 which just got flattened.

sonic2kk commented 5 months ago

Works in testing, including with Non-Steam Games, but needs a rebase.

sonic2kk commented 5 months ago

Rebased, but needs further testing.

sonic2kk commented 5 months ago

Tested, doesn't seem to cause any regressions. Will merge after shellcheck + version bump.