mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-09 15:27:55 -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 ->
|
||||
|
||||
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
|
||||
}
|
||||
map.put(fileName, file.getAbsolutePath())
|
||||
|
Loading…
x
Reference in New Issue
Block a user