Changed name of AppImage

Changed name of AppImage to confirm with the naming scheme of other artifacts.
This commit is contained in:
TheTollingBell 2024-09-11 09:01:56 -04:00 committed by GitHub
parent 9a0e4fa04d
commit e29a8c3b7c
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.AppImage"
commandLine "${AppImageToolBinary}", appDir, "${binariesFolderPath}/haveno-${appVersion}.AppImage"
}
} else {
println "Your platform does not support AppImageTool ${AppImageToolVersion}"