Home | History | Annotate | Download | only in win
      1 {
      2   "defines": {
      3     "Branding": "@@BRANDING@@",
      4     "ControllerClsid": "@@DAEMON_CONTROLLER_CLSID@@",
      5     "OfficialBuild": "@@OFFICIAL_BUILD@@",
      6     "RdpDesktopSessionClsid": "@@RDP_DESKTOP_SESSION_CLSID@@",
      7     "Version": "@@VERSION@@"
      8   },
      9   "extensions": [
     10     "WixFirewallExtension.dll",
     11     "WixUIExtension.dll",
     12     "WixUtilExtension.dll"
     13   ],
     14   "sign": [
     15     "remoting_core.dll",
     16     "remoting_desktop.exe",
     17     "remoting_host.exe"
     18   ],
     19   "source": "chromoting.wxs",
     20   "bind_path": "files",
     21   "light": {
     22     "switches": [
     23       "-cultures:en-us",
     24       "-sw1076"
     25     ]
     26   }
     27 }