Skip to content

Commit

Permalink
Update game runtime version check numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
pStyl3 committed Sep 13, 2023
1 parent 26b166a commit 75a5253
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 @@ -236,10 +236,10 @@ globals:
# Starfield Game Runtime
- <<: *versionOldX
subs: [ '**Starfield**' ]
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.7.23.0", <)'
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.7.29.0", <)'
- <<: *versionUpToDateX
subs: [ '**Starfield**' ]
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.7.23.0", >=)'
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.7.29.0", >=)'
# SFSE
# https://github.com/ianpatt/sfse
# - <<: *versionOldX
Expand Down

0 comments on commit 75a5253

Please sign in to comment.