Skip to content

Commit

Permalink
chore: Do not bundle outdated readme with server binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed Oct 19, 2023
1 parent b583bba commit d066e8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ release-os:
rm -rf test/cypress/videos/*.*
rsync --exclude node_modules -a test build/$(REL)/
GOOS=$(OS) GOARCH=$(ARCH) go build $(LDFLAGS) -o build/$(REL)/waved$(EXE_EXT) cmd/wave/main.go
cp readme.txt build/$(REL)/readme.txt
cd build && tar -czf $(REL).tar.gz --exclude='*.state' --exclude='__pycache__' $(REL)

.PHONY: website
Expand Down

0 comments on commit d066e8e

Please sign in to comment.