Update README.md

This commit is contained in:
Diego Giagio 2018-10-16 11:10:33 +02:00 committed by GitHub
parent f99b5cadcc
commit d5e19121c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -349,8 +349,8 @@ The performance characteristics of the generated self-contained application is r
- Windows: `%LOCALAPPDATA%\warp\runners` - Windows: `%LOCALAPPDATA%\warp\runners`
## FAQ ## FAQ
### `warp-packer` is unable to download the runner for my architecture because it doesn't support proxy, what can I do? ### `warp-packer` is unable to download the runner because it doesn't support proxy, what can I do?
You can manually download the runner from the GitHub releases page and save it locally to your runners cache directory. E.g. if you want to build a `linux-x64` self-contained app you should download `linux-x64.warp-runner` and save it as `<RUNNERS_CACHE>/<VERSION>/linux-x64`. Replace `<RUNNERS_CACHE>` with the [matching location in your system](#runners-cache-location) and `<VERSION>` with the matching `warp-packer -V` version. You can manually download the runner from the GitHub releases page yourself and save it locally to your runners cache directory. E.g. if you want to build a `linux-x64` self-contained app you should download `linux-x64.warp-runner` and save it as `<RUNNERS_CACHE>/<VERSION>/linux-x64`. Replace `<RUNNERS_CACHE>` with the [matching location in your system](#runners-cache-location) and `<VERSION>` with the matching `warp-packer -V` version.
## Authors ## Authors
- Diego Giagio `<diego@giagio.com>` - Diego Giagio `<diego@giagio.com>`