mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 08:16:39 +00:00
8 lines
114 B
Go
8 lines
114 B
Go
//go:build !windows
|
|
|
|
package installer
|
|
|
|
func UpdaterBinaryNameWithoutExtension() string {
|
|
return updaterBinary
|
|
}
|