Skip to content

Commit 339e58e

Browse files
Bugfix
1 parent ddc78d7 commit 339e58e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/MacApplicationBuilder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ private MacApplicationBuilder(MacApplicationBuilder other) {
5050
category = other.category;
5151
appStore = other.appStore;
5252
externalInfoPlistFile = other.externalInfoPlistFile;
53+
signingBuilder = other.signingBuilder;
5354
}
5455

5556
MacApplicationBuilder icon(Path v) {

0 commit comments

Comments
 (0)