From 51027a8daf390a4eece938f5cbe4bb806c9a6f1b Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Sat, 3 Apr 2021 20:39:10 +0100 Subject: [PATCH] Updated Build (markdown) --- Build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build.md b/Build.md index 7ea78df..5b064da 100644 --- a/Build.md +++ b/Build.md @@ -40,6 +40,6 @@ A Makefile is provided, which requires the `make` command. Simply clone the repo ### Goreleaser [goreleaser](https://github.com/goreleaser/goreleaser) is used to publish the packages seen in the release section. -* To generate executables for multiple platforms, run `./scripts/version.sh goreleaser build --snapshot --rm-dist`. They will be stored in `dist/`. The `data/` directory must be manually copied into the same directory as the executable for it to run. +* To generate executables for multiple platforms, run `./scripts/version.sh goreleaser build --snapshot --rm-dist`. They will be stored in `dist/` -* To generate package archives that include `data`, run `./scripts/version.sh goreleaser --snapshot --skip-publish --rm-dist`. +* To generate package archives that include `LICENSE` and `README.md`, run `./scripts/version.sh goreleaser --snapshot --skip-publish --rm-dist`.