mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 23:56:30 +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...";
|
||||
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);
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user