diff options
| author | Tobias Järvelöv <tobias.jarvelov@mullvad.net> | 2025-02-11 17:03:07 +0100 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-02-25 12:51:51 +0100 |
| commit | e3bcb917e3e042215c84871faa1e09adc0bf861c (patch) | |
| tree | 5f25a3d8c3e0920a524779e0da01813037077499 | |
| parent | 862064946c74261d3711f0cd054dcf9df8f00126 (diff) | |
| download | mullvadvpn-e3bcb917e3e042215c84871faa1e09adc0bf861c.tar.xz mullvadvpn-e3bcb917e3e042215c84871faa1e09adc0bf861c.zip | |
Remove including non-vite code in electron-builder output
| -rw-r--r-- | desktop/packages/mullvad-vpn/tasks/distribution.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/desktop/packages/mullvad-vpn/tasks/distribution.js b/desktop/packages/mullvad-vpn/tasks/distribution.js index 56a007d103..52a053d541 100644 --- a/desktop/packages/mullvad-vpn/tasks/distribution.js +++ b/desktop/packages/mullvad-vpn/tasks/distribution.js @@ -49,12 +49,7 @@ function newConfig() { files: [ 'package.json', 'changes.txt', - 'init.js', 'build/', - '!build/src/renderer', - 'build/src/renderer/index.html', - 'build/src/renderer/bundle.js', - 'build/src/renderer/preloadBundle.js', '!**/*.tsbuildinfo', '!test/', '!playwright.config.ts', |
