forked from github/szkolny
[App] Change official version validation requirement.
This commit is contained in:
parent
34e44a7a36
commit
76838fcc41
@ -182,8 +182,8 @@ class BuildManager(val app: App) : CoroutineScope {
|
||||
return@launch
|
||||
}
|
||||
|
||||
// official, signed package
|
||||
if (isOfficial)
|
||||
// officially signed package
|
||||
if (isSigned)
|
||||
return@launch
|
||||
|
||||
// seems official, but unsigned
|
||||
|
Loading…
Reference in New Issue
Block a user