diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2020-06-29 19:12:05 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2020-06-29 19:12:05 +0200 |
| commit | c068d88fc50159e402a0af6e6f929dd70c05cee1 (patch) | |
| tree | 0167f14af168d82c4b0afd22a55289ba669dd3f0 | |
| parent | d990a6283341ce97601df5a386eab4001baec457 (diff) | |
| download | mullvadvpn-c068d88fc50159e402a0af6e6f929dd70c05cee1.tar.xz mullvadvpn-c068d88fc50159e402a0af6e6f929dd70c05cee1.zip | |
Add fish shell completions to macOS build
| -rw-r--r-- | gui/tasks/distribution.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/tasks/distribution.js b/gui/tasks/distribution.js index a84102c6bf..76e54e9eca 100644 --- a/gui/tasks/distribution.js +++ b/gui/tasks/distribution.js @@ -53,6 +53,7 @@ const config = { { from: distAssets('binaries/x86_64-apple-darwin/sslocal'), to: '.' }, { from: distAssets('uninstall_macos.sh'), to: './uninstall.sh' }, { from: distAssets('shell-completions/_mullvad'), to: '.' }, + { from: distAssets('shell-completions/mullvad.fish'), to: '.' }, ], }, |
