Ensure app/src/main/assets directory exist.

This commit is contained in:
Miku AuahDark
2020-12-23 21:24:19 +08:00
parent 5b9fbeacb5
commit 9c94f41470
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -27,3 +27,7 @@ local.properties
build
.externalNativeBuild
.cxx
# love-android specific
!app/src/main/assets/
app/src/main/assets/game.love
+4
View File
@@ -0,0 +1,4 @@
Add your game.love in this folder then
$ ./gradlew bundleEmbed
or
$ ./gradlew assembleEmbed