Commit 6d659cc
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.1 parent c855fac commit 6d659cc
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
0 commit comments