mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-29 21:18:17 +03:00
Fix sed command for Flatpak users due to new lines
This commit is contained in:
parent
c3dfc6b9bd
commit
e77fb91382
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class Stream extends AbstractInstaller
|
|||
/**
|
||||
* Remove /etc/hosts editing if running in Flatpak
|
||||
*/
|
||||
() => isFlatpak ? Neutralino.os.execCommand(`cd "${path.addSlashes(patchDir)}" && sed -i '/^# ===========================================================/,+68d' patch.sh`) : null,
|
||||
() => isFlatpak ? Neutralino.os.execCommand(`cd "${path.addSlashes(patchDir)}" && sed -i '/^# ===========================================================/,+79d' patch.sh`) : null,
|
||||
|
||||
/**
|
||||
* Remove test version restrictions from the anti-login crash patch
|
||||
|
|
Loading…
Reference in a new issue