From 1ad9f6f2fe553160c5b07543051549136fb91bc3 Mon Sep 17 00:00:00 2001 From: Neo Date: Sun, 25 Jun 2023 20:06:20 +0100 Subject: [PATCH] Add wait for 64bit --- build.bat | 2 ++ build_release.bat | 2 ++ 2 files changed, 4 insertions(+) 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"