diff options
| author | David Lönnhager <david.l@mullvad.net> | 2023-01-12 17:20:14 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2023-02-01 15:18:54 +0100 |
| commit | 5b362bf29afac944751a480f21b5e86c10a4fdeb (patch) | |
| tree | aea0b7a2247a59377f6aefd8b5ff49823ae8f0c9 | |
| parent | 51e02fbb4605616c9ffa838f815bb89bb9dda1c7 (diff) | |
| download | mullvadvpn-5b362bf29afac944751a480f21b5e86c10a4fdeb.tar.xz mullvadvpn-5b362bf29afac944751a480f21b5e86c10a4fdeb.zip | |
Add bundle id to launch daemon plist
| -rw-r--r-- | CHANGELOG.md | 3 | ||||
| -rwxr-xr-x | dist-assets/pkg-scripts/postinstall | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e106777aa3..73eaf0959a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,9 +35,10 @@ Line wrap the file at 100 chars. Th #### Android - Fix adaptive app icon which previously had a displaced nose and some other oddities. -#### MacOS +#### macOS - Improved reliability of the connectivity check workaround by adding an extra captive portal check domain +- Show "Mullvad VPN" in the Login Items UI instead of "Amagicom AB". ## [2023.1-beta1] - 2023-01-26 diff --git a/dist-assets/pkg-scripts/postinstall b/dist-assets/pkg-scripts/postinstall index 8d5812debe..3bf5b91f49 100755 --- a/dist-assets/pkg-scripts/postinstall +++ b/dist-assets/pkg-scripts/postinstall @@ -41,6 +41,9 @@ DAEMON_PLIST=$(cat <<-EOM <integer>1024</integer> </dict> + <key>AssociatedBundleIdentifiers</key> + <string>net.mullvad.vpn</string> + <key>StandardErrorPath</key> <string>$LOG_DIR/stderr.log</string> </dict> |
