We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5de2c commit e44cae0Copy full SHA for e44cae0
Makefile
@@ -22,4 +22,4 @@ windows:
22
CGO_ENABLE=0 GOOS=windows GOARCH=386 go build -o bin/server-windows-i386.exe -ldflags "-s -w" cmd/server/main.go
23
24
zip:
25
- zip -r fws-webrtc-server-bin-${VERSION}.zip bin configs web
+ zip -r flutter-webrtc-server-bin-${VERSION}.zip bin configs web
0 commit comments