mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-02-27 01:41:27 -05:00
always copy monero binaries to resources folder on build
This commit is contained in:
parent
5f8cf97d16
commit
c26974610c
18
build.gradle
18
build.gradle
@ -506,16 +506,16 @@ configure(project(':core')) {
|
|||||||
} else {
|
} else {
|
||||||
ext.extractArchiveTarGz(moneroArchiveFile, localnetDir)
|
ext.extractArchiveTarGz(moneroArchiveFile, localnetDir)
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// add the current platform's monero dependencies into the resources folder for installation
|
// add the current platform's monero dependencies into the resources folder for installation
|
||||||
copy {
|
copy {
|
||||||
from "${monerodFile}"
|
from "${monerodFile}"
|
||||||
into "${project(':core').projectDir}/src/main/resources/bin"
|
into "${project(':core').projectDir}/src/main/resources/bin"
|
||||||
}
|
}
|
||||||
copy {
|
copy {
|
||||||
from "${moneroRpcFile}"
|
from "${moneroRpcFile}"
|
||||||
into "${project(':core').projectDir}/src/main/resources/bin"
|
into "${project(':core').projectDir}/src/main/resources/bin"
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user