Skip to content

Commit

Permalink
Code: Possible fix for native deploy failure (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenGnu committed Jun 16, 2024
1 parent f63fff3 commit 082f32a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.4.0</version>
<version>3.3.0</version>
<executions>
<!-- jlink: JRE -->
<execution>
Expand Down Expand Up @@ -998,6 +998,8 @@
<argument>net.nikr.eve.jeveasset.Main</argument>
<argument>--icon</argument>
<argument>${project.build.jpackage.installer.icon}</argument>
<argument>--temp</argument>
<argument>${project.build.directory}/temp-image</argument>
<!-- Generic Options -->
<argument>--verbose</argument>
<argument>--name</argument>
Expand Down

0 comments on commit 082f32a

Please sign in to comment.