From: longpanda Date: Mon, 12 Sep 2022 14:40:00 +0000 (+0800) Subject: Make injection plugin available in WIMBOOT mode. (#1834) X-Git-Tag: v1.0.80~14 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/commitdiff_plain/81d3492a6124df64bf9c96824a6ec4ea012a9714?ds=inline Make injection plugin available in WIMBOOT mode. (#1834) --- diff --git a/INSTALL/ventoy/vtoyjump32.exe b/INSTALL/ventoy/vtoyjump32.exe index b21b2c0..91e7c20 100644 Binary files a/INSTALL/ventoy/vtoyjump32.exe and b/INSTALL/ventoy/vtoyjump32.exe differ diff --git a/INSTALL/ventoy/vtoyjump64.exe b/INSTALL/ventoy/vtoyjump64.exe index 6681a03..3d381fe 100644 Binary files a/INSTALL/ventoy/vtoyjump64.exe and b/INSTALL/ventoy/vtoyjump64.exe differ diff --git a/vtoyjump/vtoyjump/vtoyjump.c b/vtoyjump/vtoyjump/vtoyjump.c index 8242160..8cc54c8 100644 --- a/vtoyjump/vtoyjump/vtoyjump.c +++ b/vtoyjump/vtoyjump/vtoyjump.c @@ -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;