mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 20:36:44 +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 {
|
||||
doFirst {
|
||||
delete file("$buildDir/resources/main/com/sparrowwallet/sparrow/about.fxml")
|
||||
}
|
||||
doLast {
|
||||
delete fileTree("$buildDir/resources/main/native").matching {
|
||||
exclude "${osName}/${osArch}/**"
|
||||
|
|
Loading…
Reference in a new issue