From 12b00d331b94a52fa1ff59f680f6ffa4ef7bce6b Mon Sep 17 00:00:00 2001 From: Anton Keks Date: Tue, 22 Sep 2020 21:07:50 +0300 Subject: [PATCH] correct exe file name in comments --- ext/win-launcher/launcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/win-launcher/launcher.c b/ext/win-launcher/launcher.c index d5341f61..02a0e35c 100644 --- a/ext/win-launcher/launcher.c +++ b/ext/win-launcher/launcher.c @@ -1,4 +1,4 @@ -// A simple Windows launcher that will run java.exe passing own file as -jar parameter. +// A simple Windows launcher that will run javaw.exe passing own file as -jar parameter. // This compiled exe file must be prepended to the built jar file. #include "windows.h" #include "stdio.h"