2
0
Эх сурвалжийг харах

Ensure app/src/main/assets directory exist.

Miku AuahDark 5 жил өмнө
parent
commit
9c94f41470

+ 4 - 0
.gitignore

@@ -27,3 +27,7 @@ local.properties
 build
 build
 .externalNativeBuild
 .externalNativeBuild
 .cxx
 .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