@@ -107,7 +107,7 @@ const config = {
107
107
{ from : distAssets ( 'uninstall_macos.sh' ) , to : './uninstall.sh' } ,
108
108
{ from : buildAssets ( 'shell-completions/_mullvad' ) , to : '.' } ,
109
109
{ from : buildAssets ( 'shell-completions/mullvad.fish' ) , to : '.' } ,
110
- { from : distAssets ( 'maybenot_machines_v2 ' ) , to : '.' } ,
110
+ { from : distAssets ( 'maybenot_machines ' ) , to : '.' } ,
111
111
] ,
112
112
} ,
113
113
@@ -179,7 +179,7 @@ const config = {
179
179
) ,
180
180
to : '.' ,
181
181
} ,
182
- { from : distAssets ( 'maybenot_machines_v2 ' ) , to : '.' } ,
182
+ { from : distAssets ( 'maybenot_machines ' ) , to : '.' } ,
183
183
] ,
184
184
} ,
185
185
@@ -208,7 +208,7 @@ const config = {
208
208
{ from : distAssets ( path . join ( 'linux' , 'apparmor_mullvad' ) ) , to : '.' } ,
209
209
{ from : distAssets ( path . join ( 'binaries' , '${env.TARGET_TRIPLE}' , 'openvpn' ) ) , to : '.' } ,
210
210
{ from : distAssets ( path . join ( 'binaries' , '${env.TARGET_TRIPLE}' , 'apisocks5' ) ) , to : '.' } ,
211
- { from : distAssets ( 'maybenot_machines_v2 ' ) , to : '.' } ,
211
+ { from : distAssets ( 'maybenot_machines ' ) , to : '.' } ,
212
212
] ,
213
213
} ,
214
214
0 commit comments