| OLD | NEW |
| (Empty) | |
| 1 // There should not be CRs in here, just LF termination! |
| 2 { |
| 3 "program": { |
| 4 "x86-32": {"url": "irt_manifest_file_test_x86-32.nexe"}, |
| 5 "x86-64": {"url": "irt_manifest_file_test_x86-64.nexe"}, |
| 6 "arm": {"url": "irt_manifest_file_test_arm.nexe"} |
| 7 }, |
| 8 "files": { |
| 9 "nmf says hello world": { |
| 10 "x86-32": {"url": "irt_manifest_file_test_x86-32.nexe"}, |
| 11 "x86-64": {"url": "irt_manifest_file_test_x86-64.nexe"}, |
| 12 "arm": {"url": "irt_manifest_file_test_arm.nexe"} |
| 13 }, |
| 14 "test_file": { |
| 15 "portable": {"url": "irt_manifest_file.nmf"} |
| 16 } |
| 17 } |
| 18 } |
| OLD | NEW |