summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTobias Järvelöv <tobias.jarvelov@mullvad.net>2025-03-21 16:49:32 +0100
committerMarkus Pettersson <markus.pettersson@mullvad.net>2025-04-24 10:16:21 +0200
commit03c7a7b539ecf4b85c5ead4091e2d49fb99317c3 (patch)
tree97773785de9a20922213c12d1fbe495b2098a015
parentae95906cdc7a151196ad8988e7485540cbf5bcd3 (diff)
downloadmullvadvpn-03c7a7b539ecf4b85c5ead4091e2d49fb99317c3.tar.xz
mullvadvpn-03c7a7b539ecf4b85c5ead4091e2d49fb99317c3.zip
Add task to package build for Linux
-rw-r--r--desktop/packages/mullvad-vpn/tasks/pack-linux.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/packages/mullvad-vpn/tasks/pack-linux.js b/desktop/packages/mullvad-vpn/tasks/pack-linux.js
new file mode 100644
index 0000000000..447dbc827b
--- /dev/null
+++ b/desktop/packages/mullvad-vpn/tasks/pack-linux.js
@@ -0,0 +1,3 @@
+const { packLinux } = require('./distribution');
+
+packLinux();