Skip to content

Commit

Permalink
Merge pull request #10 from devlinx9/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
devlinx9 authored Nov 1, 2021
2 parents c76d421 + e458e10 commit 5db52b9
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
35 changes: 34 additions & 1 deletion muon-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>muon-jediterm</groupId>
<artifactId>muon-jediterm</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.2.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -331,6 +331,39 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>sh.tak.appbundler</groupId>
<artifactId>appbundle-maven-plugin</artifactId>
<version>1.2.0</version>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>RELEASE</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-tools</artifactId>
<version>2.0</version>
</dependency>
</dependencies>
<configuration>
<mainClass>muon.app.App</mainClass>
<jrePath>/Library/Java/JavaVirtualMachines/jdk-11.0.12.jdk</jrePath>
<iconFile>./src/dmg/muon-logo.icns</iconFile>
<bundleName>Muon</bundleName>
<generateDiskImageFile>true</generateDiskImageFile>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>bundle</goal>
</goals>
</execution>
</executions>
</plugin>

</plugins>
</build>
<repositories>
Expand Down
Binary file added muon-app/src/dmg/muon-logo.icns
Binary file not shown.
2 changes: 1 addition & 1 deletion muon-jediterm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>muon</groupId>
<artifactId>muon</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>
<groupId>muon-jediterm</groupId>
<artifactId>muon-jediterm</artifactId>
Expand Down

0 comments on commit 5db52b9

Please sign in to comment.