aboutsummaryrefslogtreecommitdiff
path: root/android/build/assetPacks/installTime/build.gradle
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-08-07 13:37:19 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-08-07 13:37:19 -0400
commit201a0de90faabe68f1eb701b67af30a4d11fa32b (patch)
treec396bec9a496876acc9a5b7bec55912a32c191c1 /android/build/assetPacks/installTime/build.gradle
parent7f1cdc4663800fa9bdfddf888164826819d97e6e (diff)
downloaderable-godot-master.tar.gz
erable-godot-master.tar.bz2
erable-godot-master.zip
Public archiveHEADmaster
Diffstat (limited to 'android/build/assetPacks/installTime/build.gradle')
-rw-r--r--android/build/assetPacks/installTime/build.gradle8
1 files changed, 8 insertions, 0 deletions
diff --git a/android/build/assetPacks/installTime/build.gradle b/android/build/assetPacks/installTime/build.gradle
new file mode 100644
index 0000000..b06faac
--- /dev/null
+++ b/android/build/assetPacks/installTime/build.gradle
@@ -0,0 +1,8 @@
+apply plugin: 'com.android.asset-pack'
+
+assetPack {
+ packName = "installTime" // Directory name for the asset pack
+ dynamicDelivery {
+ deliveryType = "install-time" // Delivery mode
+ }
+}