Merge branch 'main' into direct-jpackage

This commit is contained in:
Konrad Neitzel 2023-03-21 16:34:44 +01:00 committed by GitHub
commit ed1ce4c845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
.idea .idea
*.iml *.iml
target target
debug.out debug.out
/nbactions.xml

View File

@ -318,7 +318,6 @@
</property> </property>
</activation> </activation>
<build> <build>
<finalName>${jar.filename}</finalName>
<plugins> <plugins>
<!-- Copy dependencies --> <!-- Copy dependencies -->
<plugin> <plugin>

View File

@ -12,4 +12,4 @@ public class Main {
public static void main(String[] args) { public static void main(String[] args) {
JavaFXApp.main(args); JavaFXApp.main(args);
} }
} }