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

pull/1841/head
longpanda 2 years ago
parent 635b1a1c6c
commit 81d3492a61

Binary file not shown.

Binary file not shown.

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

Loading…
Cancel
Save