Skip to content

Commit 19cbe7f

Browse files
committed
fixup: fwd slash
1 parent f38a402 commit 19cbe7f

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
@@ -281,7 +281,7 @@ async function packWin() {
281281
},
282282
asarUnpack: [
283283
'build/assets/images/menubar-icons/win32/lock-*.ico',
284-
'**\*.node'
284+
'**/*.node'
285285
],
286286
beforeBuild: (options) => {
287287
process.env.CPP_BUILD_MODE = release ? 'Release' : 'Debug';

0 commit comments

Comments
 (0)