Skip to content

Commit

Permalink
fix zip
Browse files Browse the repository at this point in the history
  • Loading branch information
hossinasaadi authored Oct 11, 2024
1 parent d5cff96 commit 5091916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ ios:
go get golang.org/x/mobile/cmd/gobind

gomobile init
gomobile bind -a -v -ldflags '$(LDFLAGS)' -tags ios -target=ios -o $(BUILD_DIR)/$(BINARY)-$@.xcframework github.com/xjasonlyu/tun2socks/v2/engine
gomobile bind -a -v -ldflags '$(LDFLAGS)' -tags ios -target=ios -o $(BUILD_DIR)/$(BINARY).xcframework github.com/xjasonlyu/tun2socks/v2/engine

freebsd-386:
GOARCH=386 GOOS=freebsd $(GO_BUILD) -o $(BUILD_DIR)/$(BINARY)-$@
Expand Down Expand Up @@ -176,7 +176,7 @@ $(windows_releases): %.zip: %
@zip -qmj $(BUILD_DIR)/$(BINARY)-$(basename $@).zip $(BUILD_DIR)/$(BINARY)-$(basename $@).exe

$(lib_releases): %.zip: %
@zip -q $(BUILD_DIR)/$(BINARY)-$(basename $@).zip $(BUILD_DIR)/$(BINARY)-$(basename $@).xcframework
@zip -qmr $(BUILD_DIR)/$(BINARY)-$(basename $@).zip $(BUILD_DIR)/$(BINARY).xcframework


all-arch: $(UNIX_ARCH_LIST) $(WINDOWS_ARCH_LIST)
Expand Down

0 comments on commit 5091916

Please # to comment.