* binary: check platform, throw exception on mismatch
* binary: build script actually builds linux platform app
* zip from Mac both linux and darwin apps
* quiet npm installs during builds
* all: replace symlinks with proxy modules
* replacing symlinking with copying proxy packages
* https-proxy: add missing prod dependency lodash
* put actual path to main for each package proxy
* better console log
* driver: include index.js in published files
* https-proxy was missing debug production dependency
* app built with proxied packages works
* delete existing node_modules/@packages before making proxies
* explicit async fs call
* server: remove deep paths in tests
* driver: remove nested path to @packages
* link: ensure each package has main set
* server: remove obsolete desktop types
* server: ensure project path generated by tests is ignored
* driver: remove unused gulp deps
* deploy: refactored to simplify uploading binary to S3 close#224
* refactored questions to allow asking only some information
* ask for zip file
* use option --zip to pass zip filename
* install cloudflare-cli
* working on making individual binary steps work
* move buildDir and distDir to meta file
* update references
* refactor questions
* Mac binary zipped and installed successfully
* successful builds on both platforms, upload and install
* refactor combined step deploy function
* add building binary on linux to CircleCI
* install root deps only
* fine, make build binary depend on main build
* server: fix app data path
* name binary using SHA
* server: unskip test concerning productName
* build binary with serial mode
* driver: improve visibility algorithm
* server: add some logging around browser launching
* docs: update cy.trigger position option - fixes#108
* desktop: fix invalid dom nesting
* docs: Add FAQ question about 'how to test file download'
* desktop: fix un-returned promise warning when logging in
* rebuild node-sass for current platform automatically (#225)
* uncomment two lines
* desktop: use same dropdown as browsers for user menu
* desktop: simplify build scripts, remove unused deps
* readme: add docker cypress/base image badge
* fix typo in readme
* deploy: refactored to simplify uploading binary to S3 close#224
* refactored questions to allow asking only some information
* ask for zip file
* use option --zip to pass zip filename
* install cloudflare-cli
* working on making individual binary steps work
* move buildDir and distDir to meta file
* update references
* refactor questions
* Mac binary zipped and installed successfully
* successful builds on both platforms, upload and install
* refactor combined step deploy function
* add building binary on linux to CircleCI
* install root deps only
* fine, make build binary depend on main build
* name binary using SHA
* build binary with serial mode
* uncomment two lines
* print build linux folder on CI