From 50b1a1fa357b1b728a07248ff0012752819e5dd4 Mon Sep 17 00:00:00 2001 From: Ivan Izaguirre Date: Fri, 30 Jul 2021 21:17:52 +0200 Subject: [PATCH] Release for Windows using zip files --- .goreleaser.yml | 5 ++++- README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index e7ea7e5..6ae056f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -13,11 +13,14 @@ builds: archives: - replacements: - darwin: Darwin + darwin: macOS linux: Linux windows: Windows 386: i386 amd64: x86_64 + format_overrides: + - goos: windows + format: zip files: - README.md - LICENSE diff --git a/README.md b/README.md index d877b15..ac3d23b 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ $ ls -l TEST Log of the MOS calls (excluding the most verbose output API calls): ``` -$ ./bbz -m ROMs/Forth_103.rom +$ ./bbz -m ROMs/Forth_103.rom bbz - Acorn MOS for 6502 adaptation layer, https://github.com/ivanizag/bbz FORTH - (C) Acornsoft Ltd. 1983