diff options
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/tasks/distribution.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gui/tasks/distribution.js b/gui/tasks/distribution.js index 85069037a6..0a9a6ad465 100644 --- a/gui/tasks/distribution.js +++ b/gui/tasks/distribution.js @@ -53,6 +53,7 @@ const config = { { from: distAssets('binaries/x86_64-apple-darwin/openvpn'), to: '.' }, { from: distAssets('binaries/x86_64-apple-darwin/sslocal'), to: '.' }, { from: distAssets('uninstall_macos.sh'), to: './uninstall.sh' }, + { from: distAssets('shell-completions/_mullvad'), to: '.' }, ], }, @@ -127,6 +128,8 @@ const config = { '/opt/Mullvad VPN/resources/mullvad-daemon.conf', distAssets('mullvad') + '=/usr/bin/', distAssets('linux/problem-report-link') + '=/usr/bin/mullvad-problem-report', + distAssets('shell-completions/mullvad.bash') + '=/usr/share/bash-completion/completions/mullvad', + distAssets('shell-completions/_mullvad') + '=/usr/local/share/zsh/site-functions/_mullvad', ], afterInstall: distAssets('linux/after-install.sh'), afterRemove: distAssets('linux/after-remove.sh'), @@ -147,6 +150,8 @@ const config = { '/opt/Mullvad VPN/resources/mullvad-daemon.conf', distAssets('mullvad') + '=/usr/bin/', distAssets('linux/problem-report-link') + '=/usr/bin/mullvad-problem-report', + distAssets('shell-completions/mullvad.bash') + '=/usr/share/bash-completion/completions/mullvad', + distAssets('shell-completions/_mullvad') + '=/usr/local/share/zsh/site-functions/_mullvad', ], afterInstall: distAssets('linux/after-install.sh'), afterRemove: distAssets('linux/after-remove.sh'), |
