Skip to content

Commit 55cd5cd

Browse files
Serock3MarkusPettersson98
authored andcommitted
Add resource maybenot_machines to distribution.js for linux
1 parent 69b5b7a commit 55cd5cd

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
@@ -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)