Make injection plugin available in WIMBOOT mode. (#1834)

This commit is contained in:
longpanda 2022-09-12 22:40:00 +08:00
parent 635b1a1c6c
commit 81d3492a61
3 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View file

@ -2622,6 +2622,7 @@ int main(int argc, char **argv)
{
Log("We don't need to rejump ...");
ventoy_check_create_directory();
strcpy_s(NewArgv0, sizeof(NewArgv0), g_prog_full_path);
argv[0] = NewArgv0;