mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-20 17:01:47 +03:00
Merge branch 'fix-sed-command' into 'main'
Fix sed command for Flatpak users See merge request KRypt0n_/an-anime-game-launcher!32
This commit is contained in:
commit
a625213652
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