We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c13a9 commit fc55ed0Copy full SHA for fc55ed0
platform.go
@@ -127,7 +127,7 @@ func GetPlatformSpecificData() *clienttokenpb.PlatformSpecificData {
127
Ios: &clienttokenpb.NativeIOSData{},
128
},
129
}
130
- case "linux":
+ case "linux", "freebsd":
131
return &clienttokenpb.PlatformSpecificData{
132
Data: &clienttokenpb.PlatformSpecificData_DesktopLinux{
133
DesktopLinux: &clienttokenpb.NativeDesktopLinuxData{},
0 commit comments