summaryrefslogtreecommitdiffhomepage
path: root/dist-assets/pkg-scripts/preinstall
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2024-11-12 08:15:58 +0100
committerMarkus Pettersson <markus.pettersson@mullvad.net>2024-11-14 11:09:17 +0100
commite40b2f4e7c8e57dd8fbdecf7f086d1f6a1e6aed1 (patch)
tree3d4d187f4eb925e8179e50dd173ce5b67dedc276 /dist-assets/pkg-scripts/preinstall
parent7c90348f27c32bd73a3d783280e96d884c3000a3 (diff)
downloadmullvadvpn-e40b2f4e7c8e57dd8fbdecf7f086d1f6a1e6aed1.tar.xz
mullvadvpn-e40b2f4e7c8e57dd8fbdecf7f086d1f6a1e6aed1.zip
Add explicit TODO comment in preinstall script for macOS
Diffstat (limited to 'dist-assets/pkg-scripts/preinstall')
-rwxr-xr-xdist-assets/pkg-scripts/preinstall4
1 files changed, 3 insertions, 1 deletions
diff --git a/dist-assets/pkg-scripts/preinstall b/dist-assets/pkg-scripts/preinstall
index dd29def3c0..ed65b866aa 100755
--- a/dist-assets/pkg-scripts/preinstall
+++ b/dist-assets/pkg-scripts/preinstall
@@ -6,7 +6,9 @@ INSTALL_DIR=$2
# Workaround for issue in electron-builder where the pkg-scripts are run twice, once with the
# correct install dir and once with an incorrect one. This guard prevents running the script when
-# called the second time. This can be reverted when the following issue has been fixed:
+# called the second time.
+#
+# TODO: This can be reverted when the following issue has been fixed:
# https://github.com/electron-userland/electron-builder/issues/8166
if [[ $INSTALL_DIR == *"Mullvad VPN.app" ]]; then
exit 0