Skip to content

Commit

Permalink
Add appDescription to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
José Pereda authored Jan 11, 2022
1 parent fd20ab2 commit 038d141
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<gluonfx.maven.plugin.version>1.0.11</gluonfx.maven.plugin.version>
<main.class>com.gluonhq.hello.HelloGluonApp</main.class>
<app.identifier>${main.class}</app.identifier>
<app.description>The HelloGluon app</app.description>
<package.type/>
<mac.app.store/>
<mac.signing.user.name/>
Expand Down Expand Up @@ -122,6 +123,7 @@
<appIdentifier>${app.identifier}</appIdentifier>
<releaseConfiguration>
<vendor>Gluon</vendor>
<appDescription>${app.description}</appDescription>
<packageType>${package.type}</packageType>
<!-- for macOS/iOS -->
<macAppStore>${mac.app.store}</macAppStore>
Expand Down

0 comments on commit 038d141

Please sign in to comment.