Skip to content

Commit 693c92c

Browse files
Site changes [skip-ci]
1 parent 66f0c5e commit 693c92c

File tree

4 files changed

+29841
-29790
lines changed

4 files changed

+29841
-29790
lines changed

llms-full.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4531,6 +4531,9 @@ There are currently two ways that Defold can store the resources. Choose the met
45314531
`Zip`
45324532
: 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.
45334533

4534+
`Folder`
4535+
: 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.
4536+
45344537
`Amazon`
45354538
: 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)
45364539

Loading

manuals/live-update.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ There are currently two ways that Defold can store the resources. Choose the met
6262
`Zip`
6363
: 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.
6464

65+
`Folder`
66+
: 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.
67+
6568
`Amazon`
6669
: 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)
6770

0 commit comments

Comments
 (0)