diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-09-06 21:00:52 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-09-07 14:45:56 +0200 |
| commit | b7b2091ccb77801db8e274715286e0df1eee8782 (patch) | |
| tree | 921c021a8e14924900f94787186352aca6379c5c /gui | |
| parent | 8122b9c4ff83eff6ac4d353a0a015789ca6bf1db (diff) | |
| download | mullvadvpn-b7b2091ccb77801db8e274715286e0df1eee8782.tar.xz mullvadvpn-b7b2091ccb77801db8e274715286e0df1eee8782.zip | |
Add and bundle macOS uninstall script
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 |
