Skip to content

Commit f2cb2f5

Browse files
committed
Add node modules to asarUnpack on Windows
1 parent 33cd7ac commit f2cb2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)