mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-17 11:29:37 -04:00
always copy monero binaries to resources folder on build
This commit is contained in:
parent
5f8cf97d16
commit
c26974610c
1 changed files with 9 additions and 9 deletions
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…
Add table
Add a link
Reference in a new issue