mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-20 17:01:47 +03:00
Removed fakeroot usage
This commit is contained in:
parent
5ea815dc03
commit
f3de899ba5
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class Stream extends AbstractInstaller
|
|||
/**
|
||||
* Execute the main patch installation script
|
||||
*/
|
||||
() => Neutralino.os.execCommand(`cd "${Process.addSlashes(gameDir)}" && fakeroot yes yes | bash "${Process.addSlashes(patchDir)}/patch.sh"`),
|
||||
() => Neutralino.os.execCommand(`cd "${Process.addSlashes(gameDir)}" && yes yes | bash "${Process.addSlashes(patchDir)}/patch.sh"`),
|
||||
|
||||
/**
|
||||
* Execute the anti-login crash patch installation script
|
||||
|
|
Loading…
Reference in a new issue