From 640eb5ddf09ecd390ce3d5e3c02471e0df41d871 Mon Sep 17 00:00:00 2001 From: Jarek Kowalski Date: Tue, 8 Sep 2020 23:08:30 -0700 Subject: [PATCH] Update BUILD.md --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 9d425e9dc..3df2c0ae4 100644 --- a/BUILD.md +++ b/BUILD.md @@ -14,7 +14,7 @@ Kopia build is based on `Makefile` and provides the following main targets: * `$ make install-noui` - builds simplified `kopia` executable without embedded graphical UI. The output is stored in `$HOME/go/bin/kopia` -* `$ make kopia-ui` - builds desktop application based on [Electron](https://electronjs.org) using [Electron Builder](https://electron.build) The output is stored in the `dist/kopia-ui` subdirectory +* `$ make goreleaser && make kopia-ui` - builds desktop application based on [Electron](https://electronjs.org) using [Electron Builder](https://electron.build) The output is stored in the `dist/kopia-ui` subdirectory * `$ make website` - builds [kopia.io](https://kopia.io) website using [Hugo](https://gohugo.io). The output is stored in `site/public` and published to [Github Pages](https://github.com/kopia/kopia.github.io) from [Travis CI](https://travis-ci.org/kopia/kopia) on each build.