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 fd20ab2 commit 038d141Copy full SHA for 038d141
pom.xml
@@ -20,6 +20,7 @@
20
<gluonfx.maven.plugin.version>1.0.11</gluonfx.maven.plugin.version>
21
<main.class>com.gluonhq.hello.HelloGluonApp</main.class>
22
<app.identifier>${main.class}</app.identifier>
23
+ <app.description>The HelloGluon app</app.description>
24
<package.type/>
25
<mac.app.store/>
26
<mac.signing.user.name/>
@@ -122,6 +123,7 @@
122
123
<appIdentifier>${app.identifier}</appIdentifier>
124
<releaseConfiguration>
125
<vendor>Gluon</vendor>
126
+ <appDescription>${app.description}</appDescription>
127
<packageType>${package.type}</packageType>
128
<!-- for macOS/iOS -->
129
<macAppStore>${mac.app.store}</macAppStore>
0 commit comments