"Naive" version detection for some Sources (#946)

This commit is contained in:
Imran Remtulla
2023-09-30 10:12:49 -04:00
parent 9f19e4dc83
commit 4c811c9c04
5 changed files with 31 additions and 13 deletions

View File

@@ -328,6 +328,7 @@ abstract class AppSource {
bool changeLogIfAnyIsMarkDown = true;
bool appIdInferIsOptional = false;
bool allowSubDomains = false;
bool naiveStandardVersionDetection = false;
AppSource() {
name = runtimeType.toString();