Skip to content

Commit

Permalink
- do not generate unused mac zip file for Apple Silicon builds. Won't…
Browse files Browse the repository at this point in the history
… work anyways.
  • Loading branch information
derreisende77 committed Aug 11, 2024
1 parent f06a4f4 commit 3a723f5
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1336,26 +1336,6 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>${maven-assembly-plugin.version}</version>
<configuration>
<finalName>MediathekView-${project.version}-mac</finalName>
<appendAssemblyId>false</appendAssemblyId>
<descriptors>
<descriptor>src/assembly/dep_mac.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
<id>create-archive</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 3a723f5

Please sign in to comment.