Skip to content

Commit

Permalink
Update NVSE version checks (loot#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
pStyl3 authored Sep 15, 2023
1 parent daacd99 commit a32af9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -458,10 +458,10 @@ globals:
# NVSE
- <<: *versionOldX
subs: [ '**[New Vegas Script Extender](http://nvse.silverlock.org/)**' ]
condition: 'not file("../nvse_1_4ng.dll") and (file("../nvse_1_[01]\.dll") or (file("../nvse_1_4.dll") and version("../nvse_1_4.dll", "0.6.3.2", <)))'
condition: 'not file("../nvse_1_4ng.dll") and (file("../nvse_1_[01]\.dll") or (file("../nvse_1_4.dll") and version("../nvse_1_4.dll", "0.6.3.3", <)))'
- <<: *versionUpToDateX
subs: [ '**New Vegas Script Extender**' ]
condition: 'not file("../nvse_1_4ng.dll") and version("../nvse_1_4.dll", "0.6.3.2", >=)'
condition: 'not file("../nvse_1_4ng.dll") and version("../nvse_1_4.dll", "0.6.3.3", >=)'
# NVSE NoGore
- <<: *versionOldX
subs: [ '**[New Vegas Script Extender NoGore](http://nvse.silverlock.org/)**' ]
Expand Down

0 comments on commit a32af9a

Please sign in to comment.