Skip to content
This repository was archived by the owner on Apr 1, 2023. It is now read-only.

Commit 97392ec

Browse files
committed
Update release target to build zip file with the correct directory structure
1 parent fcdca9c commit 97392ec

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,4 @@ build-win: clean setup
4747
GOOS=windows GOARCH=386 $(GOBUILD) -o $(APP_NAME).go -o $(RELEASEDIR)/$(APP_NAME)$(BINARY_WIN)
4848

4949
release: clean setup build-win
50-
zip -r $(RELEASEDIR)/$(RELEASEFILE) $(RELEASEDIR)
51-
52-
50+
cd $(BUILDDIR); zip -r $(APP_NAME).zip $(APP_NAME)

0 commit comments

Comments
 (0)