[App] Change official version validation requirement.

This commit is contained in:
Kuba Szczodrzyński 2021-03-28 22:47:19 +02:00
parent 34e44a7a36
commit 76838fcc41

View File

@ -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