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