mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Don't copy user texture packs into Android bundle (#14053)
This commit is contained in:
@@ -81,7 +81,7 @@ task prepareAssets() {
|
|||||||
from "${projRoot}/fonts" include "*.ttf" into "${assetsFolder}/fonts"
|
from "${projRoot}/fonts" include "*.ttf" into "${assetsFolder}/fonts"
|
||||||
}
|
}
|
||||||
copy {
|
copy {
|
||||||
from "${projRoot}/textures" into "${assetsFolder}/textures"
|
from "${projRoot}/textures/base/pack" into "${assetsFolder}/textures/base/pack"
|
||||||
}
|
}
|
||||||
|
|
||||||
// compile translations
|
// compile translations
|
||||||
|
Reference in New Issue
Block a user