We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97912f8 commit 51ab118Copy full SHA for 51ab118
src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/SigningConfigBuilder.java
@@ -57,6 +57,8 @@ SigningConfigBuilder signingIdentityPrefix(LauncherStartupInfo mainLauncherStart
57
final var pkgName = mainLauncherStartupInfo.packageName();
58
if (!pkgName.isEmpty()) {
59
signingIdentityPrefix(pkgName + ".");
60
+ } else {
61
+ signingIdentityPrefix(mainLauncherStartupInfo.simpleClassName() + ".");
62
}
63
return this;
64
0 commit comments