Skip to content

Commit f2acaf7

Browse files
committed
Update Game Runtime (1.12.30.0) version checks
1 parent 354429e commit f2acaf7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: masterlist.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -247,17 +247,17 @@ globals:
247247
# Starfield Game Runtime
248248
- <<: *versionOldX
249249
subs: [ '**Starfield**' ]
250-
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.11.36.0", <)'
250+
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.12.30.0", <)'
251251
- <<: *versionUpToDateX
252252
subs: [ '**Starfield**' ]
253-
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.11.36.0", >=)'
253+
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.12.30.0", >=)'
254254
# SFSE
255255
- <<: *versionOldX
256256
subs: [ '**[SFSE](https://www.nexusmods.com/starfield/mods/106/)**' ]
257-
condition: 'file("../sfse_loader.exe") and version("../sfse_1_11_36.dll", "0.0.2.7", <) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.11.36.0", >=)'
257+
condition: 'file("../sfse_loader.exe") and version("../sfse_1_11_36.dll", "0.0.2.7", <) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.12.30.0", >=)'
258258
- <<: *versionUpToDateX
259259
subs: [ '**SFSE**' ]
260-
condition: 'version("../sfse_1_11_36.dll", "0.0.2.7", >=) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.11.36.0", >=)'
260+
condition: 'version("../sfse_1_11_36.dll", "0.0.2.7", >=) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.12.30.0", >=)'
261261

262262
# SFSE
263263
# Missing

0 commit comments

Comments
 (0)