Skip to content

Commit 528eba1

Browse files
committed
Update CreateWindowsExeWinRun4j.java
1 parent 830b726 commit 528eba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/fvarrui/javapackager/packagers/CreateWindowsExeWinRun4j.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ protected File doApply(WindowsPackager packager) throws Exception {
6969
// creates generic manifest
7070
FileUtils.copyFileToFile(iconFile, getGenericIcon());
7171

72-
// checks if desired arch matches with JRE arch
72+
// checks if target architecture matches JRE arch
7373
if (bundleJre && !JDKUtils.isValidJRE(Platform.windows, arch, packager.getJreDestinationFolder())) {
7474
throw new Exception("Bundled JRE must match " + Platform.windows + " " + arch);
7575
}

0 commit comments

Comments
 (0)