|
1 | 1 | {
|
2 |
| - "Timestamp": "2019-02-07 14:53:17", |
3 |
| - "LauncherUpdate": [ |
4 |
| - { |
5 |
| - "BundleInfoURL": "https://example.com/windows/launcher/bundleinfo.json", |
6 |
| - "TargetPlatforms": [ "linux" ] |
7 |
| - }, |
8 |
| - { |
9 |
| - "BundleInfoURL": "https://example.com/mac/launcher/bundleinfo.json", |
10 |
| - "TargetPlatforms": [ "darwin" ] |
11 |
| - }, |
12 |
| - { |
13 |
| - "BundleInfoURL": "https://example.com/linux/launcher/bundleinfo.json", |
14 |
| - "TargetPlatforms": [ "windows" ] |
15 |
| - } |
16 |
| - ], |
17 |
| - "Bundles": [ |
18 |
| - { |
19 |
| - "BundleInfoURL": "https://example.com/testapp/32-bit/bundleinfo.json", |
20 |
| - "LocalDirectory": "app", |
21 |
| - "TargetPlatforms": [ "386" ] |
22 |
| - }, |
23 |
| - { |
24 |
| - "BundleInfoURL": "https://example.com/testapp/64-bit/bundleinfo.json", |
25 |
| - "LocalDirectory": "app", |
26 |
| - "TargetPlatforms": [ "amd64" ] |
27 |
| - }, |
28 |
| - { |
29 |
| - "BundleInfoURL": "https://example.com/java/linux/bundleinfo.json", |
30 |
| - "LocalDirectory": "java", |
31 |
| - "TargetPlatforms": [ "linux" ] |
32 |
| - }, |
33 |
| - { |
34 |
| - "BundleInfoURL": "https://example.com/java/mac/bundleinfo.json", |
35 |
| - "LocalDirectory": "java", |
36 |
| - "TargetPlatforms": [ "darwin" ] |
| 2 | + "Timestamp": "2019-02-07 14:53:17", |
| 3 | + "LauncherUpdate": [ |
| 4 | + { |
| 5 | + "BundleInfoURL": "https://example.com/windows/launcher/bundleinfo.json", |
| 6 | + "TargetPlatforms": [ "linux" ] |
| 7 | + }, |
| 8 | + { |
| 9 | + "BundleInfoURL": "https://example.com/mac/launcher/bundleinfo.json", |
| 10 | + "TargetPlatforms": [ "darwin" ] |
| 11 | + }, |
| 12 | + { |
| 13 | + "BundleInfoURL": "https://example.com/linux/launcher/bundleinfo.json", |
| 14 | + "TargetPlatforms": [ "windows" ] |
| 15 | + } |
| 16 | + ], |
| 17 | + "Bundles": [ |
| 18 | + { |
| 19 | + "BundleInfoURL": "https://example.com/testapp/32-bit/bundleinfo.json", |
| 20 | + "LocalDirectory": "app", |
| 21 | + "TargetPlatforms": [ "386" ] |
| 22 | + }, |
| 23 | + { |
| 24 | + "BundleInfoURL": "https://example.com/testapp/64-bit/bundleinfo.json", |
| 25 | + "LocalDirectory": "app", |
| 26 | + "TargetPlatforms": [ "amd64" ] |
| 27 | + }, |
| 28 | + { |
| 29 | + "BundleInfoURL": "https://example.com/java/linux/bundleinfo.json", |
| 30 | + "LocalDirectory": "java", |
| 31 | + "TargetPlatforms": [ "linux" ] |
| 32 | + }, |
| 33 | + { |
| 34 | + "BundleInfoURL": "https://example.com/java/mac/bundleinfo.json", |
| 35 | + "LocalDirectory": "java", |
| 36 | + "TargetPlatforms": [ "darwin" ] |
| 37 | + }, |
| 38 | + { |
| 39 | + "BundleInfoURL": "https://example.com/java/windows/bundleinfo.json", |
| 40 | + "LocalDirectory": "java", |
| 41 | + "TargetPlatforms": [ "windows" ], |
| 42 | + "Tags": [ "msi" ] |
| 43 | + }, |
| 44 | + { |
| 45 | + "BundleInfoURL": "https://example.com/testapp/resources-bundleinfo.json", |
| 46 | + "BaseURL": "https://media.example.com/testapp-pictures/", |
| 47 | + "LocalDirectory": "pictures" |
| 48 | + } |
| 49 | + ], |
| 50 | + "Execution": { |
| 51 | + "Commands": [ |
| 52 | + { |
| 53 | + "Name": "java\\bin\\javaw", |
| 54 | + "Arguments": [ "-Xm1024M", "-jar", "foo.jar" ], |
| 55 | + "Env": { |
| 56 | + "NEW_ENV": "New env variable.", |
| 57 | + "OMIT_ENV": null |
37 | 58 | },
|
38 |
| - { |
39 |
| - "BundleInfoURL": "https://example.com/java/windows/bundleinfo.json", |
40 |
| - "LocalDirectory": "java", |
41 |
| - "TargetPlatforms": [ "windows" ], |
42 |
| - "Tags": [ "msi" ] |
| 59 | + "TargetPlatforms": [ "windows-386" ] |
| 60 | + }, |
| 61 | + { |
| 62 | + "Name": "java/bin/java", |
| 63 | + "Arguments": [ "-Xm1024M", "-jar", "foo.jar" ], |
| 64 | + "Env": { |
| 65 | + "NEW_ENV": "New env variable.", |
| 66 | + "OMIT_ENV": null |
43 | 67 | },
|
44 |
| - { |
45 |
| - "BundleInfoURL": "https://example.com/testapp/resources-bundleinfo.json", |
46 |
| - "BaseURL": "https://media.example.com/testapp-pictures/", |
47 |
| - "LocalDirectory": "pictures" |
48 |
| - } |
| 68 | + "TargetPlatforms": [ "linux", "darwin" ] |
| 69 | + } |
49 | 70 | ],
|
50 |
| - "Execution": { |
51 |
| - "Commands": [ |
52 |
| - { |
53 |
| - "Name": "java\\bin\\javaw", |
54 |
| - "Arguments": [ "-Xm1024M", "-jar", "foo.jar" ], |
55 |
| - "Env": { |
56 |
| - "NEW_ENV": "New env variable.", |
57 |
| - "OMIT_ENV": null |
58 |
| - }, |
59 |
| - "TargetPlatforms": [ "windows-386" ] |
60 |
| - }, |
61 |
| - { |
62 |
| - "Name": "java/bin/java", |
63 |
| - "Arguments": [ "-Xm1024M", "-jar", "foo.jar" ], |
64 |
| - "Env": { |
65 |
| - "NEW_ENV": "New env variable.", |
66 |
| - "OMIT_ENV": null |
67 |
| - }, |
68 |
| - "TargetPlatforms": [ "linux", "darwin" ] |
69 |
| - } |
70 |
| - ], |
71 |
| - "LingerTimeMilliseconds": 800 |
72 |
| - } |
| 71 | + "LingerTimeMilliseconds": 800 |
| 72 | + } |
73 | 73 | }
|
0 commit comments