Changed name of AppImage
Changed name of AppImage to confirm with the naming scheme of other artifacts.
This commit is contained in:
parent
9a0e4fa04d
commit
e29a8c3b7c
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ task packageInstallers {
|
||||||
}
|
}
|
||||||
|
|
||||||
project.exec {
|
project.exec {
|
||||||
commandLine "${AppImageToolBinary}", appDir, "${binariesFolderPath}/Haveno.AppImage"
|
commandLine "${AppImageToolBinary}", appDir, "${binariesFolderPath}/haveno-${appVersion}.AppImage"
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
println "Your platform does not support AppImageTool ${AppImageToolVersion}"
|
println "Your platform does not support AppImageTool ${AppImageToolVersion}"
|
||||||
|
|
Loading…
Reference in a new issue