Skip to content

Commit

Permalink
Set the .app name on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Nov 14, 2024
1 parent b54effb commit 420e3d3
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions chemclipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,21 @@
<goal>archive-products</goal>
</goals>
<phase>install</phase>
<configuration>
<formats>
<linux>tar.gz</linux>
<macosx>tar.gz</macosx>
</formats>
</configuration>
</execution>
</executions>
<configuration>
<formats>
<linux>tar.gz</linux>
<macosx>tar.gz</macosx>
</formats>
<products>
<product>
<rootFolders>
<macosx>ChemClipse.app</macosx>
</rootFolders>
</product>
</products>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
Expand Down

0 comments on commit 420e3d3

Please sign in to comment.