mirror of
https://github.com/packwiz/packwiz.git
synced 2025-04-19 13:06: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() {
|
||||
return nil
|
||||
}
|
||||
if !strings.HasSuffix(path, ".jar") {
|
||||
if !strings.HasSuffix(path, ".jar") && !strings.HasSuffix(path, ".litemod") {
|
||||
// TODO: make this less bad
|
||||
return nil
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user