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

@@ -56,7 +56,7 @@ int main(int argc, char* argv[])
cmdLine = "";
}
int result = prepare(cmdLine);
int result = prepare(cmdLine, TRUE);
if (result == ERROR_ALREADY_EXISTS)
{