Skip to content

Commit 469e8d8

Browse files
authoredJun 18, 2020
Add .nomedia file to Android assets (#10047)
1 parent 8ebeed5 commit 469e8d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

Diff for: ‎build/android/app/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ task prepareAssets() {
8383
from "${projRoot}/textures" into "${assetsFolder}/textures"
8484
}
8585

86+
file("${assetsFolder}/.nomedia").text = "";
87+
8688
task zipAssets(type: Zip) {
8789
archiveName "Minetest.zip"
8890
from "${assetsFolder}"

1 commit comments

Comments
 (1)

comminux commented on Jun 19, 2020

@comminux

🕺

Please sign in to comment.