Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/Convex-Dev/convex.git into
Browse files Browse the repository at this point in the history
develop
  • Loading branch information
mikera committed Mar 19, 2024
1 parent af68b80 commit dab6d67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions convex-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<artifactId>maven-assembly-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<finalName>convex-desktop</finalName>
<outputDirectory>${project.directory}</outputDirectory>
<archive>
<manifest>
Expand All @@ -28,6 +29,7 @@
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
<appendAssemblyId>false</appendAssemblyId>
<!-- We want differentiated outputs <appendAssemblyId>false</appendAssemblyId> -->
</configuration>
<executions>
Expand Down

0 comments on commit dab6d67

Please sign in to comment.