From d5e19121c0d0fcee3771de08e2f936655897d7c4 Mon Sep 17 00:00:00 2001 From: Diego Giagio Date: Tue, 16 Oct 2018 11:10:33 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20f88ae..3b28fab 100644 --- a/README.md +++ b/README.md @@ -349,8 +349,8 @@ The performance characteristics of the generated self-contained application is r - Windows: `%LOCALAPPDATA%\warp\runners` ## FAQ -### `warp-packer` is unable to download the runner for my architecture 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 `//linux-x64`. Replace `` with the [matching location in your system](#runners-cache-location) and `` with the matching `warp-packer -V` version. +### `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 ``