mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-06 05:34:50 -04:00
fix CI build by using continuous tag for AppImage tool (#1881)
This commit is contained in:
parent
bf1727bda6
commit
6925117f12
1 changed files with 2 additions and 5 deletions
|
@ -338,13 +338,10 @@ task packageInstallers {
|
|||
"\"${binariesFolderPath}/${appNameAndVendor}\""
|
||||
)
|
||||
|
||||
// Which version of AppImageTool to use
|
||||
String AppImageToolVersion = "13";
|
||||
|
||||
// Download AppImageTool
|
||||
Map AppImageToolBinaries = [
|
||||
'linux' : "https://github.com/AppImage/AppImageKit/releases/download/${AppImageToolVersion}/appimagetool-x86_64.AppImage",
|
||||
'linux-aarch64' : "https://github.com/AppImage/AppImageKit/releases/download/${AppImageToolVersion}/appimagetool-aarch64.AppImage",
|
||||
'linux' : "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage",
|
||||
'linux-aarch64' : "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-aarch64.AppImage",
|
||||
]
|
||||
|
||||
String osKey = getJavaBinariesDownloadURLs.property('osKey')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue