Overhaul Update System <3

This commit is contained in:
2026-05-24 21:18:53 +10:00
parent 691bcaa2b8
commit 77ab041b97
21 changed files with 434 additions and 76 deletions
@@ -142,7 +142,7 @@ class MainActivity : ComponentActivity() {
}
val targetDir = when (componentType) {
"injector" -> paths.customInjectorsDir
"tidal" -> paths.customTidalApksDir
"patches" -> paths.customPatchesDir
else -> {
Log.w(BuildConfig.TAG, "Extra $EXTRA_COMPONENT_TYPE is not a valid value!")