mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-01-01 22:47:19 +03:00
Fixed (?) yes yes
input piping in patch applying
This commit is contained in:
parent
e319099c1e
commit
2cfc8b51d1
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class Stream extends AbstractInstaller
|
||||||
/**
|
/**
|
||||||
* Execute the main patch installation script
|
* Execute the main patch installation script
|
||||||
*/
|
*/
|
||||||
() => Neutralino.os.execCommand(`pkexec bash -c 'cd "${path.addSlashes(gameDir)}" ; yes yes | "${path.addSlashes(patchDir)}/patch.sh"'`),
|
() => Neutralino.os.execCommand(`yes yes | pkexec bash -c 'cd "${path.addSlashes(gameDir)}" ; "${path.addSlashes(patchDir)}/patch.sh"'`),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Execute the anti-login crash patch installation script
|
* Execute the anti-login crash patch installation script
|
||||||
|
|
Loading…
Reference in a new issue