feat: use install mode by default

This commit is contained in:
oSumAtrIX
2022-06-21 18:30:10 +02:00
parent 430de23856
commit 1a3db77c21
3 changed files with 12 additions and 15 deletions

View File

@@ -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()