change name of AppImage
Use a underscore instead of hyphen
This commit is contained in:
parent
e29a8c3b7c
commit
19bf8e04d6
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ task packageInstallers {
|
||||||
}
|
}
|
||||||
|
|
||||||
project.exec {
|
project.exec {
|
||||||
commandLine "${AppImageToolBinary}", appDir, "${binariesFolderPath}/haveno-${appVersion}.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