mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2025-01-03 04:50:11 +00:00
add release.sh
This commit is contained in:
parent
43017e7211
commit
42943ac2bb
5
release.sh
Normal file
5
release.sh
Normal file
@ -0,0 +1,5 @@
|
||||
GOOS=darwin GOARCH=amd64 go build ./cmd/...
|
||||
zip -rm spoof-dpi-osx.zip spoof-dpi
|
||||
|
||||
GOOS=linux GOARCH=amd64 go build ./cmd/...
|
||||
zip -rm spoof-dpi-linux.zip spoof-dpi
|
Loading…
Reference in New Issue
Block a user