mirror of
https://github.com/claunia/apprepodbmgr.git
synced 2025-12-16 19:24:42 +00:00
Added fields to DB to store virus scanning and crack status of files.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// Author:
|
||||
// Natalia Portillo claunia@claunia.com
|
||||
//
|
||||
@@ -36,7 +36,7 @@ namespace osrepodbmgr.Core
|
||||
{
|
||||
public static List<string> files;
|
||||
public static List<string> folders;
|
||||
public static Dictionary<string, DBFile> hashes;
|
||||
public static Dictionary<string, DBOSFile> hashes;
|
||||
public static Dictionary<string, DBFolder> foldersDict;
|
||||
public static string path;
|
||||
public static DBEntry dbInfo;
|
||||
|
||||
Reference in New Issue
Block a user