Browse Source

Ensure app/src/main/assets directory exist.

Miku AuahDark 5 years ago
parent
commit
9c94f41470
2 changed files with 8 additions and 0 deletions
  1. 4 0
      .gitignore
  2. 4 0
      app/src/main/assets/.gitkeep

+ 4 - 0
.gitignore

@@ -27,3 +27,7 @@ local.properties
 build
 .externalNativeBuild
 .cxx
+
+# love-android specific
+!app/src/main/assets/
+app/src/main/assets/game.love

+ 4 - 0
app/src/main/assets/.gitkeep

@@ -0,0 +1,4 @@
+Add your game.love in this folder then
+$ ./gradlew bundleEmbed
+or
+$ ./gradlew assembleEmbed