diff --git a/standardsoftware/install_audacity.cmd b/standardsoftware/install_audacity.cmd index 02824a6..8431307 100644 --- a/standardsoftware/install_audacity.cmd +++ b/standardsoftware/install_audacity.cmd @@ -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%