mirror of https://github.com/ventoy/Ventoy.git
Make injection plugin available in WIMBOOT mode. (#1834)
This commit is contained in:
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…
Reference in New Issue