Skip to content

Commit

Permalink
Add .nomedia file to Android assets (#10047)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Jun 18, 2020
1 parent 8ebeed5 commit 469e8d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/android/app/build.gradle
Expand Up @@ -83,6 +83,8 @@ task prepareAssets() {
from "${projRoot}/textures" into "${assetsFolder}/textures"
}

file("${assetsFolder}/.nomedia").text = "";

task zipAssets(type: Zip) {
archiveName "Minetest.zip"
from "${assetsFolder}"
Expand Down

1 comment on commit 469e8d8

@comminux
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕺

Please sign in to comment.