diff options
| author | ilotterytea <iltsu@alright.party> | 2022-11-25 18:23:14 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-11-25 18:23:14 +0600 |
| commit | 7e4562c323cdcf323b5067261fcae002508fadd6 (patch) | |
| tree | 92f71acbb3b35ae5876321b6bff73b14df63e8b5 /desktop/build.gradle | |
| parent | 283378f20bb1e8cd8e7b09ad479a961fddfd2e44 (diff) | |
Build the game automatically
Diffstat (limited to 'desktop/build.gradle')
| -rw-r--r-- | desktop/build.gradle | 1 |
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 |
