Skip to content

Commit

Permalink
use the original app ID
Browse files Browse the repository at this point in the history
Signed-off-by: nohajc <[email protected]>
  • Loading branch information
nohajc committed Sep 9, 2023
1 parent bbc6f8e commit 86b320b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipc/uapi_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const (
// flag in wireguard-android.
var socketDirectory = "/var/run/wireguard"

const NET_EXT_APP_ID = "com.wireguard-dev.macos.network-extension"
const NET_EXT_APP_ID = "com.wireguard.macos.network-extension"

func sockDir() string {
baseDir := socketDirectory
Expand Down

0 comments on commit 86b320b

Please sign in to comment.