Skip to content

Commit fc55ed0

Browse files
authored
fix: failed obtaining client token on FreeBSD (#221)
1 parent f0c13a9 commit fc55ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ func GetPlatformSpecificData() *clienttokenpb.PlatformSpecificData {
127127
Ios: &clienttokenpb.NativeIOSData{},
128128
},
129129
}
130-
case "linux":
130+
case "linux", "freebsd":
131131
return &clienttokenpb.PlatformSpecificData{
132132
Data: &clienttokenpb.PlatformSpecificData_DesktopLinux{
133133
DesktopLinux: &clienttokenpb.NativeDesktopLinuxData{},

0 commit comments

Comments
 (0)