Skip to content

Commit ca47fc8

Browse files
committed
Merge branch 'fix-node-mod-from-tmp'
2 parents 33cd7ac + c04409e commit ca47fc8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Line wrap the file at 100 chars. Th
3434

3535
#### Windows
3636
- Fix error setting up tunnel when MTU was incorrectly set to a value below 1280 for IPv6.
37+
- Fix node native module being unpacked to a temporary folder.
3738

3839

3940
## [2025.5-beta1] - 2025-03-11

desktop/packages/mullvad-vpn/tasks/distribution.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ async function packWin() {
279279
},
280280
],
281281
},
282-
asarUnpack: ['build/assets/images/menubar-icons/win32/lock-*.ico'],
282+
asarUnpack: ['build/assets/images/menubar-icons/win32/lock-*.ico', '**/*.node'],
283283
beforeBuild: (options) => {
284284
process.env.CPP_BUILD_MODE = release ? 'Release' : 'Debug';
285285
process.env.CPP_BUILD_TARGET = options.arch;

0 commit comments

Comments
 (0)