mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-30 22:51:05 +00:00
feat: use install mode by default
This commit is contained in:
@@ -15,7 +15,7 @@ internal object Patcher {
|
||||
// merge files like necessary integrations
|
||||
patcher.mergeFiles()
|
||||
// add patches, but filter incompatible or excluded patches
|
||||
patcher.addPatchesFiltered(includeFilter = args.includedPatches.isNotEmpty())
|
||||
patcher.addPatchesFiltered(excludePatches = args.excludedPatches.isNotEmpty())
|
||||
// apply patches
|
||||
patcher.applyPatchesVerbose()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user