Skip to content

Commit 3216ddb

Browse files
Rollback JDK-8370100 specific patch
1 parent d31cdfa commit 3216ddb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/jdk/tools/jpackage/share/IconTest.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -409,14 +409,6 @@ private static IconType getBundleIconType(JPackageCommand cmd,
409409
iconType = mainLauncherIconType;
410410
}
411411

412-
if (TKit.isLinux()) {
413-
var noDefaultIcon = cmd.isImagePackageType() || !cmd.hasArgument("--linux-shortcut");
414-
415-
if (noDefaultIcon && iconType == IconType.DefaultIcon) {
416-
iconType = IconType.NoIcon;
417-
}
418-
}
419-
420412
return iconType;
421413
}
422414

0 commit comments

Comments
 (0)