Skip to content

Commit 149b17a

Browse files
committed
add info about new "Folder" option in Liveupdate
1 parent ff4d0b2 commit 149b17a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Loading

docs/en/manuals/live-update.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ There are currently two ways that Defold can store the resources. Choose the met
4848
`Zip`
4949
: This option tells Defold to create a Zip archive file with any excluded resources. The archive is saved at the location specified in the *Export path* setting.
5050

51+
`Folder`
52+
: This option tells Defold to create a folder with all the excluded resources. It works exactly the same way as Zip, but uses a directory instead of an archive. This may be useful in cases where you need to post-process files before uploading and plan to pack them into an archive yourself.
53+
5154
`Amazon`
5255
: This option tells Defold to automatically upload excluded resources to an Amazon Web Service (AWS) S3 bucket. Fill in your AWS *Credential profile* name, select the appropriate *Bucket* and provide a *Prefix* name. You can read more on how to setup an AWS account in this [aws guide](/manuals/live-update-aws)
5356

0 commit comments

Comments
 (0)