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