Skip to content

Commit 03962e3

Browse files
Bugfix
1 parent 2f75269 commit 03962e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jdk.jpackage/share/classes/jdk/jpackage/internal/AppImageFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ static AppImageFile load(Path appImageDir, ApplicationLayout appLayout) throws C
219219
throw I18N.buildConfigException("error.foreign-app-image", appImageDir).create();
220220
} catch (InvalidAppImageFileException ex) {
221221
// Invalid input XML
222-
throw I18N.buildConfigException("error.invalid-app-image", appImageDir, FILENAME).create();
222+
throw I18N.buildConfigException("error.invalid-app-image", appImageDir, srcFilePath).create();
223223
}
224224
}
225225

0 commit comments

Comments
 (0)