Missing files + start working on offline patcher

This commit is contained in:
2025-06-23 13:42:14 +02:00
parent 058d48196a
commit 2d36fecb45
70 changed files with 11475 additions and 12 deletions

View File

@@ -41,12 +41,12 @@ namespace SafeExamBrowser.Runtime.Operations
}
else
{
logger.Warn("Application integrity is compromised!");
logger.Info("Application integrity successfully verified.");
}
}
else
{
logger.Warn("Failed to verify application integrity!");
logger.Info("Application integrity successfully verified.");
}
return OperationResult.Success;