diff --git a/build.bat b/build.bat index a84121b..07c347d 100644 --- a/build.bat +++ b/build.bat @@ -50,6 +50,8 @@ REM This was once done with MagiaHook. REM However, due to unexplained reason, REM that hook made the game engine probabilistically fail to create OpenSLES player, REM thus the game would get silenced in that way. +echo Please copy 64bit apk. +pause node "%~dp0/patches/audiofix.js" --wdir "%~dp0/build/app" --overwrite if errorlevel 1 goto errorexit diff --git a/build_release.bat b/build_release.bat index 40a4467..408e6d0 100644 --- a/build_release.bat +++ b/build_release.bat @@ -50,6 +50,8 @@ REM This was once done with MagiaHook. REM However, due to unexplained reason, REM that hook made the game engine probabilistically fail to create OpenSLES player, REM thus the game would get silenced in that way. +echo Please copy 64bit apk. +pause node "%~dp0/patches/audiofix.js" --wdir "%~dp0/build/app" --overwrite call copy /Y "%~dp0\patches\koruri-semibold.ttf" "%~dp0\build\app\assets\fonts\koruri-semibold.ttf"