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 f9e3dd3 commit b166b40Copy full SHA for b166b40
src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/model/MacApplication.java
@@ -56,6 +56,13 @@ default Path appImageDirName() {
56
}
57
58
59
+ /**
60
+ * Returns {@code true} if the application image of this application should be
61
+ * signed.
62
+ *
63
+ * @return {@code true} if the application image of this application should be
64
+ * signed
65
+ */
66
default boolean sign() {
67
return signingConfig().isPresent();
68
0 commit comments