diff --git a/README.md b/README.md index 332bbda..c609761 100644 --- a/README.md +++ b/README.md @@ -424,17 +424,13 @@ The performance characteristics of the generated self-contained application is r ### Packages cache location - Linux: `$HOME/.local/share/warp/packages` - macOS: `$HOME/Library/Application Support/warp/packges` -- Windows: `%LOCALAPPDATA%\warp/packages` +- Windows: `%LOCALAPPDATA%\warp\packages` ### Runners cache location - Linux: `$HOME/.local/share/warp/runners` - macOS: `$HOME/Library/Application Support/warp/runners` - Windows: `%LOCALAPPDATA%\warp\runners` -## FAQ -### `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 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 `//linux-x64`. Replace `` with the [matching location in your system](#runners-cache-location) and `` with the matching `warp-packer -V` version. - ## Authors - Diego Giagio ``