mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-29 21:18:17 +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
|
||||
*/
|
||||
() => 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
|
||||
|
|
Loading…
Reference in a new issue