Skip to content

Commit

Permalink
Rename archive version output
Browse files Browse the repository at this point in the history
  • Loading branch information
zapek committed Aug 25, 2024
1 parent ea3568d commit 34c0954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jpackage {
}

tasks.register('packagePortable', Zip) {
archiveFileName = "${rootProject.name}-${project.version}.zip"
archiveFileName = "${rootProject.name}-${project.version}-portable.zip"
destinationDirectory = layout.buildDirectory.dir('dist')
from layout.buildDirectory.dir("dist/${rootProject.name}")
}
Expand Down

0 comments on commit 34c0954

Please sign in to comment.