mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 03:08:29 +02:00
added [!F] to the regex to avoid having Font.szs getting the patch applied
This commit is contained in:
parent
81248631b3
commit
8d615129e7
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"mode": "match",
|
||||
"match_regex": "*[!_]?.szs"
|
||||
"match_regex": "[!F]*[!_]?.szs"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"mode": "match",
|
||||
"match_regex": "*[!_]?.szs"
|
||||
"match_regex": "[!F]*[!_]?.szs"
|
||||
}
|
Loading…
Reference in a new issue