Updated launch4j

This commit is contained in:
2024-04-07 16:04:02 +01:00
parent 19c17ae81d
commit 5eaf884b88
195 changed files with 14718 additions and 15130 deletions

View File

@@ -50,7 +50,7 @@ int APIENTRY WinMain(HINSTANCE hInstance,
LPSTR lpCmdLine,
int nCmdShow)
{
int result = prepare(lpCmdLine);
int result = prepare(lpCmdLine, TRUE);
if (result == ERROR_ALREADY_EXISTS)
{