summaryrefslogtreecommitdiff
path: root/desktop/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/build.gradle')
-rw-r--r--desktop/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/build.gradle b/desktop/build.gradle
index 9e8a4a8..0627a1a 100644
--- a/desktop/build.gradle
+++ b/desktop/build.gradle
@@ -30,6 +30,7 @@ task debug(dependsOn: classes, type: JavaExec) {
}
task dist(type: Jar) {
+ archiveFileName = "${appName}.jar"
duplicatesStrategy(DuplicatesStrategy.EXCLUDE)
manifest {
attributes 'Main-Class': project.mainClassName