Skip to content

Commit 406ab79

Browse files
authored
Update app-manifest.md (#521)
Adding a line about where to assign the app manifest, as I was not able to find this mentioned anywere.
1 parent fd776c4 commit 406ab79

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/en/manuals/app-manifest.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Also application manifest contains some options to control compiling code for HT
1212

1313
![](images/app_manifest/app-manifest.png)
1414

15+
# Applying the manifest
16+
17+
In `game.project`, assign the manifest to `Native Extensions` -> `App Manifest`.
1518

1619
## Physics
1720

@@ -106,4 +109,4 @@ That options relates to `html5.heap_size` in game.project [link](https://defold.
106109
YAML field name: **stackSize**
107110
Default value: **5242880**
108111

109-
The stack size of application. For more information look [link](https://emscripten.org/docs/tools_reference/settings_reference.html?highlight=environment#stack-size). Value in bytes.
112+
The stack size of application. For more information look [link](https://emscripten.org/docs/tools_reference/settings_reference.html?highlight=environment#stack-size). Value in bytes.

0 commit comments

Comments
 (0)