mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-24 12:46:45 +00:00
followup #2
This commit is contained in:
parent
a62b14c8e4
commit
c4d0e4bac9
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ compileJava {
|
|||
|
||||
processResources {
|
||||
doFirst {
|
||||
delete file("$buildDir/resources/main/com/sparrowwallet/sparrow/about.fxml")
|
||||
delete files("$buildDir/resources/main/com/sparrowwallet/sparrow/about.fxml")
|
||||
}
|
||||
doLast {
|
||||
delete fileTree("$buildDir/resources/main/native").matching {
|
||||
|
|
Loading…
Reference in a new issue