Programm Versions update

This commit is contained in:
2025-08-26 15:48:58 +02:00
parent 5384cca291
commit 424da4c826
13 changed files with 17 additions and 21 deletions

View File

@@ -8,9 +8,9 @@ set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
set VER=3.5.1
set BASEURL=https://github.com/audacity/audacity/releases/download/Audacity-%VER%
set PROG=audacity-win-%VER%-64bit.exe
set VERS=3.7.5
set BASEURL=https://github.com/audacity/audacity/releases/download/Audacity-%VERS%
set PROG=audacity-win-%VERS%-64bit.exe
:: --- Lade Installationsdatei herunter
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%