add space to filename regex
This commit is contained in:
parent
ba36cba7bf
commit
fd280ba2e8
|
@ -10,7 +10,7 @@ import (
|
|||
)
|
||||
|
||||
// fileRegex matches
|
||||
const fileRegex string = "([\\w-]+)_([0-9.]+).zip"
|
||||
const fileRegex string = "([\\w\\s-]+)_([0-9.]+)\\.zip"
|
||||
|
||||
/// Modlist types and related functions.
|
||||
|
||||
|
|
Loading…
Reference in a new issue