Update to latest version of soundRTS
This commit is contained in:
parent
f1f82ecf03
commit
d328cc6814
@ -705,7 +705,7 @@ case "${game}" in
|
||||
check_dependencies pip3
|
||||
mkdir -p "${installPath}"
|
||||
git -C "${installPath}" clone "https://github.com/soundmud/soundrts.git"
|
||||
git -C "${installPath}/soundrts" checkout v1.3.5
|
||||
git -C "${installPath}/soundrts" checkout v1.3.6
|
||||
sed -i 's;git+https://github.com/soundmud/accessible_output2;accessible_output2;' "${installPath}/soundrts/requirements.txt"
|
||||
pip3 install --user -r "${installPath}/soundrts/requirements.txt"
|
||||
chmod +x "${installPath}/soundrts/soundrts.py"
|
||||
|
Loading…
Reference in New Issue
Block a user