mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 00:20:57 +02:00
Ensure app/src/main/assets directory exist.
This commit is contained in:
@@ -27,3 +27,7 @@ local.properties
|
||||
build
|
||||
.externalNativeBuild
|
||||
.cxx
|
||||
|
||||
# love-android specific
|
||||
!app/src/main/assets/
|
||||
app/src/main/assets/game.love
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
Add your game.love in this folder then
|
||||
$ ./gradlew bundleEmbed
|
||||
or
|
||||
$ ./gradlew assembleEmbed
|
||||
Reference in New Issue
Block a user