Skip to content

fix: Handle patching XAPK files#93

Merged
LisoUseInAIKyrios merged 2 commits intoMorpheApp:devfrom
prateek-who:xapk-fix
Mar 28, 2026
Merged

fix: Handle patching XAPK files#93
LisoUseInAIKyrios merged 2 commits intoMorpheApp:devfrom
prateek-who:xapk-fix

Conversation

@prateek-who
Copy link
Copy Markdown
Contributor

@prateek-who prateek-who commented Mar 23, 2026

The problem was cli was hard checking to only match apkm. Any other format would fall into the else branch and be considered as an apk. Now it checks for apkm and xapk.

@LisoUseInAIKyrios LisoUseInAIKyrios changed the title cli now supports xapk files properly fix: Handle patching xapk files Mar 23, 2026
@LisoUseInAIKyrios LisoUseInAIKyrios changed the title fix: Handle patching xapk files fix: Handle patching XAPK files Mar 28, 2026
@LisoUseInAIKyrios LisoUseInAIKyrios merged commit 5d18490 into MorpheApp:dev Mar 28, 2026
3 checks passed
@LisoUseInAIKyrios LisoUseInAIKyrios linked an issue Mar 28, 2026 that may be closed by this pull request
2 tasks
github-actions bot pushed a commit that referenced this pull request Mar 28, 2026
## [1.6.3-dev.4](v1.6.3-dev.3...v1.6.3-dev.4) (2026-03-28)

### Bug Fixes

* Handle patching XAPK files ([#93](#93)) ([5d18490](5d18490))
github-actions bot pushed a commit that referenced this pull request Mar 28, 2026
## [1.6.3](v1.6.2...v1.6.3) (2026-03-28)

### Bug Fixes

* Handle patching XAPK files ([#93](#93)) ([5d18490](5d18490))
* Handle running CLI in headless environment ([#95](#95)) ([70f2952](70f2952))
* Update to latest Patcher ([fbc6c9e](fbc6c9e))
* Update to Patcher 1.3.3 ([ca579fb](ca579fb))
@prateek-who prateek-who deleted the xapk-fix branch March 28, 2026 17:00
AzyrRuthless pushed a commit to AzyrRuthless/morphe-cli that referenced this pull request Mar 29, 2026
github-actions bot pushed a commit to AzyrRuthless/morphe-cli that referenced this pull request Mar 29, 2026
## [1.4.1-dev.1](v1.4.0...v1.4.1-dev.1) (2026-03-29)

### Bug Fixes

* Handle patching XAPK files ([MorpheApp#93](https://github.com/AzyrRuthless/morphe-cli/issues/93)) ([1dc7cfe](1dc7cfe))
* Handle running CLI in headless environment ([MorpheApp#95](https://github.com/AzyrRuthless/morphe-cli/issues/95)) ([1e30218](1e30218))
* Update to latest Patcher ([2414325](2414325))
* Update to Patcher 1.3.3 ([ad7a0a0](ad7a0a0))
github-actions bot pushed a commit to AzyrRuthless/morphe-cli that referenced this pull request Mar 29, 2026
## [1.4.1](v1.4.0...v1.4.1) (2026-03-29)

### Bug Fixes

* Handle patching XAPK files ([MorpheApp#93](https://github.com/AzyrRuthless/morphe-cli/issues/93)) ([1dc7cfe](1dc7cfe))
* Handle running CLI in headless environment ([MorpheApp#95](https://github.com/AzyrRuthless/morphe-cli/issues/95)) ([1e30218](1e30218))
* Update to latest Patcher ([2414325](2414325))
* Update to Patcher 1.3.3 ([ad7a0a0](ad7a0a0))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: Cannot patch XAPK files

2 participants