Skip to content

Commit abf6d4e

Browse files
authored
[FIX] vkd3d and dxvk tar commands (#1582)
1 parent 3dcc9a9 commit abf6d4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

electron/tools.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ export const DXVK = {
2929
{
3030
name: 'vkd3d',
3131
url: 'https://api.github.com/repos/bottlesdevs/vkd3d-proton/releases/latest',
32-
extractCommand: 'tar -zxf'
32+
extractCommand: 'tar -xf'
3333
},
3434
{
3535
name: 'dxvk',
3636
url: 'https://api.github.com/repos/doitsujin/dxvk/releases/latest',
37-
extractCommand: 'tar -zxf'
37+
extractCommand: 'tar -xf'
3838
}
3939
]
4040

0 commit comments

Comments
 (0)