always copy monero binaries to resources folder on build

This commit is contained in:
woodser 2025-02-09 09:18:54 -05:00
parent 5f8cf97d16
commit c26974610c

View File

@ -506,6 +506,7 @@ configure(project(':core')) {
} else {
ext.extractArchiveTarGz(moneroArchiveFile, localnetDir)
}
}
// add the current platform's monero dependencies into the resources folder for installation
copy {
@ -517,7 +518,6 @@ configure(project(':core')) {
into "${project(':core').projectDir}/src/main/resources/bin"
}
}
}
ext.extractArchiveTarGz = { File tarGzFile, File destinationDir ->
println "Extracting tar.gz ${tarGzFile}"