Skip to content

Commit

Permalink
Don't copy user texture packs into Android bundle (minetest#14053)
Browse files Browse the repository at this point in the history
  • Loading branch information
grorp authored and kawogi committed Dec 19, 2023
1 parent bc31323 commit 1a8bc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ task prepareAssets() {
from "${projRoot}/fonts" include "*.ttf" into "${assetsFolder}/fonts"
}
copy {
from "${projRoot}/textures" into "${assetsFolder}/textures"
from "${projRoot}/textures/base/pack" into "${assetsFolder}/textures/base/pack"
}

// compile translations
Expand Down

0 comments on commit 1a8bc56

Please sign in to comment.