summaryrefslogtreecommitdiffhomepage
path: root/gui/tasks
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2020-04-20 13:58:44 +0200
committerAndrej Mihajlov <and@mullvad.net>2020-04-20 13:58:44 +0200
commit450e082066748c188372bb32946325b9884173a3 (patch)
tree130a65dd19a7bd5bd11b05cd0fb66dd06f81abe1 /gui/tasks
parentd718db4b02b7a605e1d344eb718b8f9f28078aac (diff)
parente8b5869195882fd7aec2aa8993d00450de901e4d (diff)
downloadmullvadvpn-450e082066748c188372bb32946325b9884173a3.tar.xz
mullvadvpn-450e082066748c188372bb32946325b9884173a3.zip
Merge branch 'update-node-gettext-typings'
Diffstat (limited to 'gui/tasks')
-rw-r--r--gui/tasks/distribution.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/gui/tasks/distribution.js b/gui/tasks/distribution.js
index 0a9a6ad465..61d9f2ae7a 100644
--- a/gui/tasks/distribution.js
+++ b/gui/tasks/distribution.js
@@ -128,7 +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.bash') +
+ '=/usr/share/bash-completion/completions/mullvad',
distAssets('shell-completions/_mullvad') + '=/usr/local/share/zsh/site-functions/_mullvad',
],
afterInstall: distAssets('linux/after-install.sh'),
@@ -150,7 +151,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.bash') +
+ '=/usr/share/bash-completion/completions/mullvad',
distAssets('shell-completions/_mullvad') + '=/usr/local/share/zsh/site-functions/_mullvad',
],
afterInstall: distAssets('linux/after-install.sh'),