Skip to content

Commit ca0e866

Browse files
committed
Add resource maybenot_machines to distribution.js for linux
1 parent 23f7ad2 commit ca0e866

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: gui/tasks/distribution.js

+1
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ const config = {
179179
{ from: distAssets(path.join('linux', 'apparmor_mullvad')), to: '.' },
180180
{ from: distAssets(path.join('binaries', '${env.TARGET_TRIPLE}', 'openvpn')), to: '.' },
181181
{ from: distAssets(path.join('binaries', '${env.TARGET_TRIPLE}', 'apisocks5')), to: '.' },
182+
{ from: distAssets('maybenot_machines'), to: '.' },
182183
],
183184
},
184185

0 commit comments

Comments
 (0)