diff options
| author | Tobias Järvelöv <tobias.jarvelov@mullvad.net> | 2025-03-21 16:49:32 +0100 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-04-24 10:16:21 +0200 |
| commit | 03c7a7b539ecf4b85c5ead4091e2d49fb99317c3 (patch) | |
| tree | 97773785de9a20922213c12d1fbe495b2098a015 | |
| parent | ae95906cdc7a151196ad8988e7485540cbf5bcd3 (diff) | |
| download | mullvadvpn-03c7a7b539ecf4b85c5ead4091e2d49fb99317c3.tar.xz mullvadvpn-03c7a7b539ecf4b85c5ead4091e2d49fb99317c3.zip | |
Add task to package build for Linux
| -rw-r--r-- | desktop/packages/mullvad-vpn/tasks/pack-linux.js | 3 |
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(); |
