diff options
| author | Tobias Järvelöv <tobias.jarvelov@mullvad.net> | 2025-03-21 16:49:41 +0100 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-04-24 10:16:21 +0200 |
| commit | 330f1fd7f6f1f478337a61aface32d95fb03036a (patch) | |
| tree | 2173142db25301475b374a0e66f3d1956b8f155f /desktop | |
| parent | 03c7a7b539ecf4b85c5ead4091e2d49fb99317c3 (diff) | |
| download | mullvadvpn-330f1fd7f6f1f478337a61aface32d95fb03036a.tar.xz mullvadvpn-330f1fd7f6f1f478337a61aface32d95fb03036a.zip | |
Add task to package build for Mac OS
Diffstat (limited to 'desktop')
| -rw-r--r-- | desktop/packages/mullvad-vpn/tasks/pack-mac.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/packages/mullvad-vpn/tasks/pack-mac.js b/desktop/packages/mullvad-vpn/tasks/pack-mac.js new file mode 100644 index 0000000000..3ffe463a34 --- /dev/null +++ b/desktop/packages/mullvad-vpn/tasks/pack-mac.js @@ -0,0 +1,3 @@ +const { packMac } = require('./distribution'); + +packMac(); |
