Skip to content

Commit

Permalink
Merge pull request #9 from iNanos/develop
Browse files Browse the repository at this point in the history
modify build.gradle
  • Loading branch information
iNanos authored Aug 23, 2020
2 parents 3a050fd + 4a9cc23 commit bc3cfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ task tar(type: Tar) {

task zip(type: Zip) {
extension = 'zip'
archiveName = project.name + '.' + project.version + '.' + extension
archiveName = project.name + '_' + project.version + '.' + extension
destinationDir = new File(projectDir, 'build')
into('/') {
from 'dist'
Expand Down

0 comments on commit bc3cfdd

Please sign in to comment.