Skip to content

Commit 7ca2e94

Browse files
LauncherShortcut: reflects changes in the implementation
1 parent 397abf8 commit 7ca2e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jdk/tools/jpackage/helpers/jdk/jpackage/test/LauncherShortcut.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public String propertyName() {
9292
}
9393

9494
public String appImageFilePropertyName() {
95-
return propertyName.substring(propertyName.indexOf('-') + 1);
95+
return propertyName;
9696
}
9797

9898
public String optionName() {

0 commit comments

Comments
 (0)