mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 21:36:45 +00:00
followup
This commit is contained in:
parent
3ec800e5e8
commit
a62b14c8e4
1 changed files with 3 additions and 0 deletions
|
@ -131,6 +131,9 @@ compileJava {
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
|
doFirst {
|
||||||
|
delete file("$buildDir/resources/main/com/sparrowwallet/sparrow/about.fxml")
|
||||||
|
}
|
||||||
doLast {
|
doLast {
|
||||||
delete fileTree("$buildDir/resources/main/native").matching {
|
delete fileTree("$buildDir/resources/main/native").matching {
|
||||||
exclude "${osName}/${osArch}/**"
|
exclude "${osName}/${osArch}/**"
|
||||||
|
|
Loading…
Reference in a new issue