OLD | NEW |
1 { | 1 { |
2 "defines": { | 2 "defines": { |
3 "Branding": "@@BRANDING@@", | 3 "Branding": "@@BRANDING@@", |
4 "OfficialBuild": "@@OFFICIAL_BUILD@@", | 4 "OfficialBuild": "@@OFFICIAL_BUILD@@", |
5 "RemotingMultiProcess" : "@@REMOTING_MULTI_PROCESS@@", | 5 "RemotingMultiProcess" : "@@REMOTING_MULTI_PROCESS@@", |
6 "ControllerClsid": "@@CONTROLLER_CLSID@@", | 6 "ControllerClsid": "@@CONTROLLER_CLSID@@", |
7 "Version": "@@VERSION@@" | 7 "Version": "@@VERSION@@" |
8 }, | 8 }, |
9 "extensions": [ | 9 "extensions": [ |
10 "WixFirewallExtension.dll", | 10 "WixFirewallExtension.dll", |
11 "WixUIExtension.dll", | 11 "WixUIExtension.dll", |
12 "WixUtilExtension.dll" | 12 "WixUtilExtension.dll" |
13 ], | 13 ], |
14 "sign": [ | 14 "sign": [ |
15 "remoting_controller.exe", | 15 "remoting_controller.exe", |
| 16 "remoting_core.dll", |
16 "remoting_daemon.exe", | 17 "remoting_daemon.exe", |
17 "remoting_desktop.exe", | 18 "remoting_desktop.exe", |
18 "remoting_host.exe" | 19 "remoting_host.exe" |
19 ], | 20 ], |
20 "source": "chromoting.wxs", | 21 "source": "chromoting.wxs", |
21 "bind_path": "files", | 22 "bind_path": "files", |
22 "light": { | 23 "light": { |
23 "switches": [ | 24 "switches": [ |
24 "-cultures:en-us", | 25 "-cultures:en-us", |
25 "-sw1076" | 26 "-sw1076" |
26 ] | 27 ] |
27 } | 28 } |
28 } | 29 } |
OLD | NEW |