summaryrefslogtreecommitdiffhomepage
path: root/dist-assets/pkg-scripts
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2023-01-12 17:20:14 +0100
committerDavid Lönnhager <david.l@mullvad.net>2023-02-01 15:18:54 +0100
commit5b362bf29afac944751a480f21b5e86c10a4fdeb (patch)
treeaea0b7a2247a59377f6aefd8b5ff49823ae8f0c9 /dist-assets/pkg-scripts
parent51e02fbb4605616c9ffa838f815bb89bb9dda1c7 (diff)
downloadmullvadvpn-5b362bf29afac944751a480f21b5e86c10a4fdeb.tar.xz
mullvadvpn-5b362bf29afac944751a480f21b5e86c10a4fdeb.zip
Add bundle id to launch daemon plist
Diffstat (limited to 'dist-assets/pkg-scripts')
-rwxr-xr-xdist-assets/pkg-scripts/postinstall3
1 files changed, 3 insertions, 0 deletions
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>