We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33cd7ac commit f2cb2f5Copy full SHA for f2cb2f5
desktop/packages/mullvad-vpn/tasks/distribution.js
@@ -279,7 +279,7 @@ async function packWin() {
279
},
280
],
281
282
- asarUnpack: ['build/assets/images/menubar-icons/win32/lock-*.ico'],
+ asarUnpack: ['build/assets/images/menubar-icons/win32/lock-*.ico', '**/*.node'],
283
beforeBuild: (options) => {
284
process.env.CPP_BUILD_MODE = release ? 'Release' : 'Debug';
285
process.env.CPP_BUILD_TARGET = options.arch;
0 commit comments