Add EN apk assets directly

This commit is contained in:
Neo 2020-12-21 22:55:45 +00:00
parent d14b5f4088
commit 7c1630288e
3 changed files with 6 additions and 1 deletions

4
.gitmodules vendored
View File

@ -18,3 +18,7 @@
path = patches/images
url = https://git.rayshift.io/kamihama/magia-client-image-patches
branch = master
[submodule "patches/magia-en-apk-assets"]
path = patches/magia-en-apk-assets
url = https://git.rayshift.io/kamihama/magia-en-apk-assets
branch = master

View File

@ -20,7 +20,7 @@ def rmdir(directory):
item.unlink()
directory.rmdir()
en_path = "L:/MagiaReco/com.aniplex.magireco.en_1.2.0_checkonly-debugSigned/assets/package/"
en_path = os.path.dirname(os.path.realpath(__file__)) + "/patches/magia-en-apk-assets"
jp_path = os.path.dirname(os.path.realpath(__file__)) + "/build/app/assets/package/"
print("EN Path: " + en_path)
print("JP Path: " + jp_path)

@ -0,0 +1 @@
Subproject commit 228c623dfbc40dce17897dfa9e8fdfa8a93cbf81