mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-29 21:18:17 +03:00
Reverted PR changes
This commit is contained in:
parent
e3a476c87e
commit
d669d9e8cc
1 changed files with 1 additions and 2 deletions
|
@ -183,9 +183,8 @@ export default class DXVK
|
|||
*/
|
||||
(): Promise<void> => new Promise(async (resolve) => {
|
||||
const alias = runner ? `alias winecfg="${runnerDir}/${runner.files.winecfg}"` : 'true';
|
||||
const command = "sh -c '" + alias + ";./setup_dxvk.sh install'";
|
||||
|
||||
Process.run(command, {
|
||||
Process.run(`sh -c '${alias};./setup_dxvk.sh install'`, {
|
||||
cwd: dxvkDir,
|
||||
env: {
|
||||
WINE: runner ? `${runnerDir}/${runner.files.wine}` : 'wine',
|
||||
|
|
Loading…
Reference in a new issue