Skip to content

Commit

Permalink
test icon in max x64
Browse files Browse the repository at this point in the history
  • Loading branch information
elfunesto committed Aug 27, 2024
1 parent d87f9d9 commit f0f5fe0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 7 additions & 2 deletions RCaNconstructor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<nonFilteredFileExtensions>
<nonFilteredFileExtension>icns</nonFilteredFileExtension>
</nonFilteredFileExtensions>
</configuration>
</plugin>

<plugin>
Expand Down Expand Up @@ -369,8 +374,8 @@
<activation>
<os>
<family>mac</family>
<arch>x64</arch>
<!--<arch>x86_64</arch>-->
<!--<arch>x64</arch>-->
<arch>x86_64</arch>
</os>
</activation>
<properties>
Expand Down
1 change: 0 additions & 1 deletion RCaNconstructor/src/packaging/mac-jpackage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
--app-version ${app.version}
--runtime-image ${project.build.directory}/jvm-image
--temp ${project.build.directory}/installer-work
--mac-sign

0 comments on commit f0f5fe0

Please sign in to comment.