Skip to content

Commit

Permalink
Make inclusion patterns more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
sebamarynissen committed Nov 21, 2024
1 parent 30685f3 commit f5d970f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/yaml/mattb325/industrial-collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ variants:
- variant: { nightmode: standard }
assets:
- assetId: mattb325-industrial-pack-maxisnite
include: [ "/Data ?Centre_DN ?\\(Ploppable\\)(_[MD]N)?#?/" ]
include: [ "/Data ?Centre(_MN)?( \\(Ploppable\\))?#?/" ]
- variant: { nightmode: dark }
dependencies: [ "simfox:day-and-nite-mod" ]
assets:
- assetId: mattb325-industrial-pack-darknite
include: [ "/Data ?Centre_DN ?\\(Ploppable\\)(_[MD]N)?#?/" ]
include: [ "/Data ?Centre(_DN)?( \\(Ploppable\\))?#?/" ]

---
group: mattb325
Expand Down Expand Up @@ -489,12 +489,12 @@ variants:
- variant: { nightmode: standard }
assets:
- assetId: mattb325-industrial-pack-maxisnite
include: [ "/Selby ?Shoes(_[MD]N)?#?/" ]
include: [ "/Sh?elby ?Shoes(_[MD]N)?#?/" ]
- variant: { nightmode: dark }
dependencies: [ "simfox:day-and-nite-mod" ]
assets:
- assetId: mattb325-industrial-pack-darknite
include: [ "/Selby ?Shoes(_[MD]N)?#?/" ]
include: [ "/Sh?elby ?Shoes(_[MD]N)?#?/" ]

---
group: mattb325
Expand Down

0 comments on commit f5d970f

Please sign in to comment.