Skip to content

Commit 9089b8a

Browse files
committed
fixupfmt
1 parent 19cbe7f commit 9089b8a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

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

0 commit comments

Comments
 (0)