Skip to content

Commit c1cf2db

Browse files
committed
Add resource maybenot_machines to distribution.js for linux
1 parent 3cf923d commit c1cf2db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gui/tasks/distribution.js

+1
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ const config = {
175175
{ from: distAssets(path.join(getLinuxTargetSubdir(), 'libtalpid_openvpn_plugin.so')), to: '.' },
176176
{ from: distAssets(path.join('linux', 'apparmor_mullvad')), to: '.' },
177177
{ from: distAssets(path.join('binaries', '${env.TARGET_TRIPLE}', 'openvpn')), to: '.' },
178+
{ from: distAssets('maybenot_machines'), to: '.' },
178179
],
179180
},
180181

0 commit comments

Comments
 (0)