mirror of
https://github.com/claunia/apprepodbmgr.git
synced 2025-12-16 19:24:42 +00:00
Added support for clamd scanning.
This commit is contained in:
@@ -39,6 +39,11 @@ namespace osrepodbmgr.Eto.Desktop
|
||||
{
|
||||
Settings.LoadSettings();
|
||||
Context.CheckUnar();
|
||||
if(Core.Settings.Current.UseAntivirus)
|
||||
{
|
||||
if(Core.Settings.Current.UseClamd)
|
||||
Workers.InitClamd();
|
||||
}
|
||||
Context.usableDotNetZip = !Platform.Detect.IsMac && !Platform.Detect.IsIos;
|
||||
|
||||
new Application(Platform.Detect).Run(new frmMain());
|
||||
|
||||
Reference in New Issue
Block a user