summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2020-04-20 13:17:49 +0200
committerAndrej Mihajlov <and@mullvad.net>2020-04-20 13:18:02 +0200
commite8b5869195882fd7aec2aa8993d00450de901e4d (patch)
tree130a65dd19a7bd5bd11b05cd0fb66dd06f81abe1
parent0c6477903daaaef366b5f3e3962d039f6fec7b34 (diff)
downloadmullvadvpn-e8b5869195882fd7aec2aa8993d00450de901e4d.tar.xz
mullvadvpn-e8b5869195882fd7aec2aa8993d00450de901e4d.zip
Reformat code
-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'),