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 ddc78d7 commit 339e58eCopy full SHA for 339e58e
src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/MacApplicationBuilder.java
@@ -50,6 +50,7 @@ private MacApplicationBuilder(MacApplicationBuilder other) {
50
category = other.category;
51
appStore = other.appStore;
52
externalInfoPlistFile = other.externalInfoPlistFile;
53
+ signingBuilder = other.signingBuilder;
54
}
55
56
MacApplicationBuilder icon(Path v) {
0 commit comments