Skip to content

Commit d5692b0

Browse files
authored
core: Add OBSBasic to version line exclusions (obsproject#163)
Adds OBSBasic to the wrongLines array so it will be excluded from the version check.
1 parent cce3e5f commit d5692b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

checks/core.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ def getOBSVersionLine(lines):
5252
'multiple instances',
5353
'windows from screen capture',
5454
'Lenovo Vantage / Legion Edge is installed',
55-
'com.obsproject')
55+
'com.obsproject',
56+
'OBSBasic')
5657
for line in versionLines:
5758
if not any(wrongLine in line for wrongLine in wrongLines):
5859
return line

0 commit comments

Comments
 (0)