From d85669464c573d60c8c1e25003e04dc7cdf96850 Mon Sep 17 00:00:00 2001 From: Ming Ming Date: Thu, 26 May 2022 18:40:42 +0800 Subject: [PATCH] Set variant in update checker --- app/lib/update_checker.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/update_checker.dart b/app/lib/update_checker.dart index 6bb47d91..fdd8f698 100644 --- a/app/lib/update_checker.dart +++ b/app/lib/update_checker.dart @@ -50,7 +50,7 @@ class UpdateChecker { String? _updateUrl; String? _versionStr; - static const _buildVariant = ""; + static const _buildVariant = "gitlab"; static final _log = Logger("update_checker.UpdateChecker"); }