diff options
Diffstat (limited to 'platform/nacl/html/godot_nacl.nmf')
| -rw-r--r-- | platform/nacl/html/godot_nacl.nmf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/nacl/html/godot_nacl.nmf b/platform/nacl/html/godot_nacl.nmf new file mode 100644 index 000000000..eca039ec1 --- /dev/null +++ b/platform/nacl/html/godot_nacl.nmf @@ -0,0 +1,6 @@ +{ + "program": { + "x86-64": {"url": "godot_nacl.x86_64.nexe"}, + "x86-32": {"url": "godot_nacl.i686.nexe"} + } +} |
