correct exe file name in comments

This commit is contained in:
Anton Keks 2020-09-22 21:07:50 +03:00
parent daa609e948
commit 12b00d331b

View File

@ -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"