diff --git a/bin/WinLauncher/WinLauncher.exe b/bin/WinLauncher/WinLauncher.exe index 969ab72fb41a..504c9adb4d57 100644 Binary files a/bin/WinLauncher/WinLauncher.exe and b/bin/WinLauncher/WinLauncher.exe differ diff --git a/bin/WinLauncher/WinLauncher64.exe b/bin/WinLauncher/WinLauncher64.exe index c036fbc331f6..283fd804947a 100644 Binary files a/bin/WinLauncher/WinLauncher64.exe and b/bin/WinLauncher/WinLauncher64.exe differ diff --git a/native/WinLauncher/WinLauncher/WinLauncher.cpp b/native/WinLauncher/WinLauncher/WinLauncher.cpp index f1b5b957f379..1b5ca086b593 100644 --- a/native/WinLauncher/WinLauncher/WinLauncher.cpp +++ b/native/WinLauncher/WinLauncher/WinLauncher.cpp @@ -452,7 +452,7 @@ bool LoadVMOptions() return false; } - vmOptionLines.push_back(std::string("-Djb.vmOptions=") + EncodeWideACP(used)); + vmOptionLines.push_back(std::string("-Djb.vmOptionsFile=") + EncodeWideACP(used)); if (!AddClassPathOptions(vmOptionLines)) return false; AddPredefinedVMOptions(vmOptionLines);