at 18.03-beta 17 lines 491 B view raw
1diff --git i/build.go w/build.go 2index 7d400d6f..1b5e1d25 100644 3--- i/build.go 4+++ w/build.go 5@@ -175,6 +175,12 @@ var targets = map[string]target{ 6 {src: "AUTHORS", dst: "deb/usr/share/doc/syncthing-relaypoolsrv/AUTHORS.txt", perm: 0644}, 7 }, 8 }, 9+ "stcli": { 10+ name: "stcli", 11+ description: "Syncthing CLI", 12+ buildPkg: "github.com/syncthing/syncthing/cmd/stcli", 13+ binaryName: "stcli", // .exe will be added automatically for Windows builds 14+ }, 15 } 16 17 func init() {