mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
fix file name for openbsd
This commit is contained in:
parent
14996da74a
commit
9ae4611eac
@ -100,6 +100,14 @@ func getSuffix(os GoOS, arch GoArch) string {
|
||||
case Arm:
|
||||
suffix = "-freebsd-arm"
|
||||
}
|
||||
case OpenBSD:
|
||||
switch arch {
|
||||
case X86:
|
||||
suffix = "-openbsd-32"
|
||||
case Amd64:
|
||||
suffix = "-openbsd-64"
|
||||
}
|
||||
}
|
||||
|
||||
return suffix
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user