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