Skip to content

Commit f0f5fe0

Browse files
committed
test icon in max x64
1 parent d87f9d9 commit f0f5fe0

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

RCaNconstructor/pom.xml

+7-2
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,11 @@
266266
<groupId>org.apache.maven.plugins</groupId>
267267
<artifactId>maven-resources-plugin</artifactId>
268268
<version>3.0.0</version>
269+
<configuration>
270+
<nonFilteredFileExtensions>
271+
<nonFilteredFileExtension>icns</nonFilteredFileExtension>
272+
</nonFilteredFileExtensions>
273+
</configuration>
269274
</plugin>
270275

271276
<plugin>
@@ -369,8 +374,8 @@
369374
<activation>
370375
<os>
371376
<family>mac</family>
372-
<arch>x64</arch>
373-
<!--<arch>x86_64</arch>-->
377+
<!--<arch>x64</arch>-->
378+
<arch>x86_64</arch>
374379
</os>
375380
</activation>
376381
<properties>

RCaNconstructor/src/packaging/mac-jpackage.txt

-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@
77
--app-version ${app.version}
88
--runtime-image ${project.build.directory}/jvm-image
99
--temp ${project.build.directory}/installer-work
10-
--mac-sign

0 commit comments

Comments
 (0)