MCPcopy
hub / github.com/syncthing/syncthing / BinaryName

Method BinaryName

build.go:1335–1340  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1333}
1334
1335func (t target) BinaryName() string {
1336 if goos == "windows" {
1337 return t.binaryName + ".exe"
1338 }
1339 return t.binaryName
1340}
1341
1342func currentAndLatestVersions(n int) ([]string, error) {
1343 bs, err := runError("git", "tag", "--sort", "taggerdate")

Callers 5

buildFunction · 0.80
buildTarFunction · 0.80
buildZipFunction · 0.80
buildDebFunction · 0.80
codesignFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected