Files

8 lines
114 B
Go

//go:build !windows
package installer
func UpdaterBinaryNameWithoutExtension() string {
return updaterBinary
}