mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 02:26:31 +00:00
fix installer version check
This commit is contained in:
@@ -164,8 +164,8 @@ public partial class Login
|
|||||||
{
|
{
|
||||||
TbStatus.Text = "Checking for the newer version...";
|
TbStatus.Text = "Checking for the newer version...";
|
||||||
var installerDir = _dirConfig?.IsStage ?? false
|
var installerDir = _dirConfig?.IsStage ?? false
|
||||||
? ConstantsLoader.SUITE_FOLDER
|
? ConstantsLoader.SUITE_STAGE_FOLDER
|
||||||
: ConstantsLoader.SUITE_STAGE_FOLDER;
|
: ConstantsLoader.SUITE_FOLDER;
|
||||||
|
|
||||||
var installerName = await _azaionApi.GetLastInstallerName(installerDir);
|
var installerName = await _azaionApi.GetLastInstallerName(installerDir);
|
||||||
try
|
try
|
||||||
|
|||||||
Reference in New Issue
Block a user