diff --git a/release_files/darwin_pkg/postinstall b/release_files/darwin_pkg/postinstall index abe9e73fa..39a18fa4d 100755 --- a/release_files/darwin_pkg/postinstall +++ b/release_files/darwin_pkg/postinstall @@ -14,7 +14,7 @@ LOG_FILE=/var/log/netbird/client_install.log exit 1 fi - ln -s $APP/netbird $AGENT + ln -s $APP/Contents/MacOS/netbird $AGENT if test -f $AGENT; then echo "NetBird binary linked successfully." else