mirror of
https://github.com/packwiz/packwiz.git
synced 2025-04-19 21:16:30 +02:00
Support .litemod in cf detect
This commit is contained in:
parent
b5757fa63a
commit
14d93fbd4e
@ -38,7 +38,7 @@ var detectCmd = &cobra.Command{
|
|||||||
if info.IsDir() {
|
if info.IsDir() {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
if !strings.HasSuffix(path, ".jar") {
|
if !strings.HasSuffix(path, ".jar") && !strings.HasSuffix(path, ".litemod") {
|
||||||
// TODO: make this less bad
|
// TODO: make this less bad
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user