standardsoftware/install_audacity.cmd aktualisiert

This commit is contained in:
Peter Reichart 2024-11-22 12:25:00 +00:00
parent f5b63a3e85
commit 61420ebab9

View File

@ -10,7 +10,7 @@ MKDIR %SAVEPATH% & CD /D %SAVEPATH%
rem --- 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 PROG=audacity-win-%VER%-64bit.exe
rem --- Lade Installationsdatei herunter
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%