lug-helper.sh: Pin winetricks version to 20250102 as all verbs being used have been stabilized

Protects against bugs like: https://github.com/Winetricks/winetricks/issues/2325
This commit is contained in:
Jack Greiner 2025-01-21 23:53:55 -05:00
parent 7275721f32
commit 8ead029cdb
No known key found for this signature in database
GPG Key ID: F34343A8F6B33E1E

View File

@ -232,7 +232,8 @@ rsi_installer="RSI Launcher-Setup-2.1.1.exe"
rsi_installer_url="https://install.robertsspaceindustries.com/rel/2/$rsi_installer"
# Winetricks download url
winetricks_url="https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks"
winetricks_version="20250102"
winetricks_url="https://raw.githubusercontent.com/Winetricks/winetricks/refs/tags/$winetricks_version/src/winetricks"
# Github repo and script version info
repo="starcitizen-lug/lug-helper"