Commit 81d3492a authored by longpanda's avatar longpanda
Browse files

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

parent 635b1a1c
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment