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 4e91bbd commit c5c0006Copy full SHA for c5c0006
Makefile
@@ -20,4 +20,4 @@ windows:
20
CGO_ENABLE=0 GOOS=windows GOARCH=386 go build -o bin/server-windows-i386.exe -ldflags "-s -w" cmd/server/main.go
21
22
tar:
23
- tar jcvf flutter-webrtc-server-bin.tar.bz2 bin certs html config
+ tar jcvf flutter-webrtc-server-bin.tar.bz2 bin configs web
0 commit comments