diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-09-07 15:10:16 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-09-07 15:10:16 +0200 |
| commit | a413e20904b0402b714bcf1c05f7265a0d112898 (patch) | |
| tree | dd8a4fbd8c1ad5b22b20e528a7e55570216439e9 /gui | |
| parent | 8122b9c4ff83eff6ac4d353a0a015789ca6bf1db (diff) | |
| parent | 09b52755c3b5143cd8ee6f364e265283a34bf8ea (diff) | |
| download | mullvadvpn-a413e20904b0402b714bcf1c05f7265a0d112898.tar.xz mullvadvpn-a413e20904b0402b714bcf1c05f7265a0d112898.zip | |
Merge branch 'improve-macos-install-uninstall'
Diffstat (limited to 'gui')
| -rwxr-xr-x[-rw-r--r--] | gui/packages/desktop/electron-builder.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/packages/desktop/electron-builder.yml b/gui/packages/desktop/electron-builder.yml index e94bdb0d13..6a5884962d 100644..100755 --- a/gui/packages/desktop/electron-builder.yml +++ b/gui/packages/desktop/electron-builder.yml @@ -50,6 +50,8 @@ mac: to: . - from: ../../../dist-assets/binaries/macos/openvpn to: . + - from: ../../../dist-assets/uninstall_macos.sh + to: ./uninstall.sh pkg: allowAnywhere: false |
