Skip to content

Commit 078e774

Browse files
authored
Merge pull request #436 from keeps/cafonso-dev-release-roda-in
Added macStartup configuration
2 parents d71a9f7 + b158a81 commit 078e774

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.roda</groupId>
77
<artifactId>rodain</artifactId>
8-
<version>2.8.0</version>
8+
<version>2.8.1</version>
99

1010
<prerequisites>
1111
<maven>3.0</maven>
@@ -504,6 +504,7 @@
504504
<appId>RODA-in${jar.id}${macos_arch}</appId>
505505
<icnsFile>src/main/resources/RODA-in${jar.id}.icns</icnsFile>
506506
<volumeName>RODA-in${jar.id}-x64</volumeName>
507+
<macStartup>UNIVERSAL</macStartup>
507508
</macConfig>
508509
</configuration>
509510
</execution>
@@ -580,6 +581,7 @@
580581
<appId>RODA-in${jar.id}</appId>
581582
<icnsFile>src/main/resources/RODA-in${jar.id}.icns</icnsFile>
582583
<volumeName>RODA-in${jar.id}-arm64</volumeName>
584+
<macStartup>UNIVERSAL</macStartup>
583585
</macConfig>
584586
</configuration>
585587
</execution>

0 commit comments

Comments
 (0)