[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 return@launch
} }
// official, signed package // officially signed package
if (isOfficial) if (isSigned)
return@launch return@launch
// seems official, but unsigned // seems official, but unsigned