Skip to content

Commit

Permalink
fixed pom.xml so jar should work on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mhorod committed Jun 8, 2022
1 parent 2be9279 commit 1f4a572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-fxml</artifactId>
<artifactId>javafx-graphics</artifactId>
<version>17.0.1</version>
<classifier>win</classifier>
</dependency>
Expand Down Expand Up @@ -115,4 +115,4 @@
</plugins>

</build>
</project>
</project>

0 comments on commit 1f4a572

Please sign in to comment.