Skip to content

Commit a0a1d67

Browse files
committed
Add resource maybenot_machines to distribution.js for linux
1 parent 96c449f commit a0a1d67

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
@@ -177,6 +177,7 @@ const config = {
177177
{ from: distAssets(path.join(getLinuxTargetSubdir(), 'libtalpid_openvpn_plugin.so')), to: '.' },
178178
{ from: distAssets(path.join('linux', 'apparmor_mullvad')), to: '.' },
179179
{ from: distAssets(path.join('binaries', '${env.TARGET_TRIPLE}', 'openvpn')), to: '.' },
180+
{ from: distAssets('maybenot_machines'), to: '.' },
180181
],
181182
},
182183

0 commit comments

Comments
 (0)