mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 08:46:18 +01:00
Set variant in update checker
This commit is contained in:
parent
083a8b5f6e
commit
d85669464c
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class UpdateChecker {
|
|||
String? _updateUrl;
|
||||
String? _versionStr;
|
||||
|
||||
static const _buildVariant = "";
|
||||
static const _buildVariant = "gitlab";
|
||||
|
||||
static final _log = Logger("update_checker.UpdateChecker");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue