Index: examples/graphics/xaos/xaos.nmf |
diff --git a/examples/graphics/xaos/xaos.nmf b/examples/graphics/xaos/xaos.nmf |
index fb80252c8183c8de4c57918ee23fbed588d596fc..6658523d3cb5e3cdd7d4255e9dc121c3b1c5e312 100644 |
--- a/examples/graphics/xaos/xaos.nmf |
+++ b/examples/graphics/xaos/xaos.nmf |
@@ -1,7 +1,7 @@ |
{ |
"program": { |
- "x86-32": {"url": "xaos_x86-32.nexe"}, |
- "x86-64": {"url": "xaos_x86-64.nexe"}, |
+ "x86-32": {"url": "xaos_i686.nexe"}, |
+ "x86-64": {"url": "xaos_x86_64.nexe"}, |
"arm": {"url": "xaos_arm.nexe"} |
} |
} |