Skip to content

Commit

Permalink
Update SFSE version checks
Browse files Browse the repository at this point in the history
  • Loading branch information
pStyl3 committed Sep 15, 2023
1 parent 6652edd commit 2463d61
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 @@ -244,10 +244,10 @@ globals:
# https://github.com/ianpatt/sfse
- <<: *versionOldX
subs: [ '**[SFSE](https://www.nexusmods.com/starfield/mods/106/)**' ]
condition: 'file("../sfse_loader.exe") and version("../sfse_loader.exe", "0.0.1.1", <) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.7.29.0", >=)'
condition: 'file("../sfse_loader.exe") and version("../sfse_loader.exe", "0.0.1.2", <) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.7.29.0", >=)'
- <<: *versionUpToDateX
subs: [ '**SFSE**' ]
condition: 'version("../sfse_loader.exe", "0.0.1.1", >=) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.7.29.0", >=)'
condition: 'version("../sfse_loader.exe", "0.0.1.2", >=) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.7.29.0", >=)'

groups:
- name: &mainGroup Main Plugins
Expand Down

0 comments on commit 2463d61

Please sign in to comment.