Added support for clamd scanning.

This commit is contained in:
2017-05-18 22:23:49 +01:00
parent 64ecbb2d2e
commit f384995866
24 changed files with 1508 additions and 332 deletions

View File

@@ -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());