Skip to content

Commit 73c7747

Browse files
committed
use the original app ID
Signed-off-by: nohajc <[email protected]>
1 parent d7beac9 commit 73c7747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/wguser/sockpath_darwin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"path/filepath"
88
)
99

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

1212
func altSockPaths() ([]string, error) {
1313
homeDir, err := os.UserHomeDir()

0 commit comments

Comments
 (0)