Fix CI failures for PR #574

This commit is contained in:
codex-action
2026-01-20 22:31:08 +00:00
parent 92d9f27e8b
commit 6251c5e1fd
2 changed files with 1 additions and 2 deletions
@@ -1,5 +1,5 @@
# Title: Software Information - Browser Profiles
# ID: SW_Browser_Profiles
# ID: SW_Browser_profiles
# Author: Carlos Polop
# Last Update: 10-03-2025
# Description: List browser profiles that may store credentials/cookies
-1
View File
@@ -11,7 +11,6 @@ namespace winPEAS
[STAThread]
public static void Main(string[] args)
{
this_will_not_compile
Checks.Checks.Run(args);
}
}