Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: Fix version detection with Flatpak VKCapture
`getOBSVersionLine()` was finding: `<timestamp>: - com.obsproject.Studio.Plugin.OBSVkCapture` for users with this extension, therefore `getOBSVersionString()` ran into an IndexError on splitting the (invalid) `versionString`. Therefore filtering out any lines that contain the Flatpak identifier.
- Loading branch information