Skip to content

Commit

Permalink
Release for Windows using zip files
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanizag committed Jul 30, 2021
1 parent 19caa5a commit 50b1a1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50b1a1f

Please sign in to comment.