change name of AppImage

Use a underscore instead of hyphen
This commit is contained in:
TheTollingBell 2024-09-11 09:17:37 -04:00 committed by GitHub
parent e29a8c3b7c
commit 19bf8e04d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -379,7 +379,7 @@ task packageInstallers {
}
project.exec {
commandLine "${AppImageToolBinary}", appDir, "${binariesFolderPath}/haveno-${appVersion}.AppImage"
commandLine "${AppImageToolBinary}", appDir, "${binariesFolderPath}/haveno_${appVersion}.AppImage"
}
} else {
println "Your platform does not support AppImageTool ${AppImageToolVersion}"