Skip to content

Commit 01f24b0

Browse files
committed
Fix build.
1 parent 4a518fb commit 01f24b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develnext/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ task distIdeLinuxSetup(type: Tar, dependsOn: ['distIdeLinux']) {
236236
def installDir = "$project.buildDir/install/$project.name"
237237

238238
compression = Compression.GZIP
239-
archiveName "DevelNextLinux-${project.ext.distVersion}.tar.gz"
239+
archiveName "DevelNextLinux.tar.gz"
240240

241241
from(installDir) {
242242
exclude('*.sh')

0 commit comments

Comments
 (0)