Update251203 (#233)

This commit is contained in:
carrot
2025-12-03 10:28:27 +09:00
committed by GitHub
parent d6899edd97
commit c5ebcbcb97
347 changed files with 8678 additions and 13489 deletions

View File

@@ -88,6 +88,12 @@ function launch {
echo "shapely installing."
pip install shapely
fi
if python -c "import kaitaistruct" > /dev/null 2>&1; then
echo "kaitaistruct already installed."
else
echo "kaitaistruct installing."
pip install kaitaistruct
fi
# events language init
#LANG=$(cat ${PARAMS_ROOT}/d/LanguageSetting)