update rmOld to work with any kami jars as well

This commit is contained in:
S-B99 2019-10-18 20:15:35 -04:00
parent 0edfd1ecc0
commit 5de4169296
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ task mkdir {
task rmOld(type: Delete) {
group = "kami"
delete fileTree(System.getProperty("user.home") + "/.minecraft/mods/1.12.2/").matching {
include "KAMI*.jar"
include "*-release.jar"
}
}