From 814dd91375e99aa106c9a8a1f5dbf3cf0cb95b3c Mon Sep 17 00:00:00 2001 From: Simonas Giniunas Date: Fri, 9 Jan 2026 16:06:44 +0200 Subject: [PATCH] Change vcds version from 21.9.0 to 25.3.2 --- scripts/stable-branch/vcds-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/stable-branch/vcds-install.sh b/scripts/stable-branch/vcds-install.sh index c2e585b..1b465ba 100644 --- a/scripts/stable-branch/vcds-install.sh +++ b/scripts/stable-branch/vcds-install.sh @@ -392,7 +392,7 @@ function winetricks-standard { WINEPREFIX=/home/$USER/.wineprefixes/vcds sh winetricks -q corefonts win8 && mkdir -p vcdsdownload && cd vcdsdownload && - wget https://dltemp.ross-tech.com/VCDS/download/O8934p/VCDS-Release-21.9.0-Installer.exe -O VCDS.exe && + wget https://dltemp.ross-tech.com/VCDS/download/T73E79/VCDS-Release-25.3.2-Installer.exe -O VCDS.exe && WINEPREFIX=/home/$USER/.wineprefixes/vcds wine VCDS.exe && logfile-installation-standard && program-exit