mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-22 06:47:55 +00:00
fix: merge script now outputs to android directory
This commit is contained in:
@@ -214,6 +214,10 @@ def merge_version(version: str = "v22", filter_broken: bool = True):
|
|||||||
root_output = OUTPUT_DIR / "chains.json"
|
root_output = OUTPUT_DIR / "chains.json"
|
||||||
save_json(root_output, merged)
|
save_json(root_output, merged)
|
||||||
|
|
||||||
|
# Also save to android subdirectory (this is what the app fetches)
|
||||||
|
android_output = OUTPUT_DIR / version / "android" / "chains.json"
|
||||||
|
save_json(android_output, merged)
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user