Skip to content

Commit 038d141

Browse files
author
José Pereda
authored
Add appDescription to pom
1 parent fd20ab2 commit 038d141

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<gluonfx.maven.plugin.version>1.0.11</gluonfx.maven.plugin.version>
2121
<main.class>com.gluonhq.hello.HelloGluonApp</main.class>
2222
<app.identifier>${main.class}</app.identifier>
23+
<app.description>The HelloGluon app</app.description>
2324
<package.type/>
2425
<mac.app.store/>
2526
<mac.signing.user.name/>
@@ -122,6 +123,7 @@
122123
<appIdentifier>${app.identifier}</appIdentifier>
123124
<releaseConfiguration>
124125
<vendor>Gluon</vendor>
126+
<appDescription>${app.description}</appDescription>
125127
<packageType>${package.type}</packageType>
126128
<!-- for macOS/iOS -->
127129
<macAppStore>${mac.app.store}</macAppStore>

0 commit comments

Comments
 (0)