From cec8af3e70d33db9f3f8bd7801e30eacc9a48151 Mon Sep 17 00:00:00 2001 From: warhog Date: Tue, 10 Apr 2018 23:35:18 +0200 Subject: [PATCH] Mention release-only-linux Found release-only-linux to avoid breaking the build because of missing Wine. Should be mentioned here. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d212e26..54c5267a 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ in the configurator. If new files are added, they must be included in `gulpfile. in the `./dist/` directory. - **release**: Create NW.js apps for each supported platform (win32, osx64 and linux64) in the `./apps` directory. Running this task on macOS or Linux requires Wine, since it's needed to set the icon -for the Windows app. +for the Windows app. If you don't have Wine installed you can create a release by running the **release-only-linux** task. ## Authors