mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-10 07:48:30 -04:00
Fix build for mac
This commit is contained in:
parent
af5d6778da
commit
c901a30989
@ -120,7 +120,7 @@ if(custom.listFiles()) {
|
|||||||
custom.eachFile() { file ->
|
custom.eachFile() { file ->
|
||||||
|
|
||||||
def fileName = file.getName()
|
def fileName = file.getName()
|
||||||
if (fileName.contains("test") || fileName == "main" || fileName.contains("Test")) {
|
if (fileName.startsWith(".") || fileName.contains("test") || fileName == "main" || fileName.contains("Test")) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
map.put(fileName, file.getAbsolutePath())
|
map.put(fileName, file.getAbsolutePath())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user