Skip to content

Commit

Permalink
Don't pack maybenot_machines on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Jan 15, 2025
1 parent dc98308 commit aa4804d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion desktop/packages/mullvad-vpn/tasks/distribution.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ function newConfig() {
},
{ from: distAssets(path.join('${env.DIST_SUBDIR}', 'libwg.dll')), to: '.' },
{ from: distAssets(path.join('${env.DIST_SUBDIR}', 'maybenot_ffi.dll')), to: '.' },
{ from: distAssets('maybenot_machines'), to: '.' },
],
},

Expand Down

0 comments on commit aa4804d

Please sign in to comment.