diff options
| author | Tobias Järvelöv <tobias.jarvelov@mullvad.net> | 2025-03-21 16:45:01 +0100 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-04-24 10:16:21 +0200 |
| commit | 21c2a3695c99e85047ea3be2edc772ffc4a49fa9 (patch) | |
| tree | 281a280b07ccecf71754451823c8ed29331814f6 | |
| parent | ebea37081c8668578aa33a0dbdfb7f6dcca9e479 (diff) | |
| download | mullvadvpn-21c2a3695c99e85047ea3be2edc772ffc4a49fa9.tar.xz mullvadvpn-21c2a3695c99e85047ea3be2edc772ffc4a49fa9.zip | |
Remove displayName for exports in tasks/distribution.js
This was only used in the now removed gulp build
| -rw-r--r-- | desktop/packages/mullvad-vpn/tasks/distribution.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/packages/mullvad-vpn/tasks/distribution.js b/desktop/packages/mullvad-vpn/tasks/distribution.js index b468335c34..a4b3dc84f5 100644 --- a/desktop/packages/mullvad-vpn/tasks/distribution.js +++ b/desktop/packages/mullvad-vpn/tasks/distribution.js @@ -533,10 +533,6 @@ async function removeNseventforwarderNativeModules() { } } -packWin.displayName = 'builder-win'; -packMac.displayName = 'builder-mac'; -packLinux.displayName = 'builder-linux'; - exports.packWin = packWin; exports.packMac = packMac; exports.packLinux = packLinux; |
