Skip to content

Commit

Permalink
Code: Possible fix for native deploy failure (again x6)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenGnu committed Jun 20, 2024
1 parent 396549b commit 87992f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@
<id>jpackager-mac</id>
<activation>
<os>
<name>Mac OS X</name>
<family>mac</family>
</os>
</activation>
<properties>
Expand All @@ -799,7 +799,7 @@
<id>jpackager-unix</id>
<activation>
<os>
<name>Linux</name>
<family>unix</family>
</os>
</activation>
<properties>
Expand Down Expand Up @@ -1035,6 +1035,8 @@
<argument>${project.build.jpackage.installer.image}</argument>
<argument>--dest</argument>
<argument>${project.build.directory}/installer</argument>
<argument>--temp</argument>
<argument>${project.build.directory}/temp-install</argument>
<argument>--resource-dir</argument>
<argument>install-resources</argument>
<!-- Generic Options -->
Expand Down

0 comments on commit 87992f8

Please sign in to comment.