code fixes

This commit is contained in:
2025-08-26 12:50:28 +02:00
parent ae05f6bf54
commit 667053df17
2 changed files with 3 additions and 2 deletions

View File

@@ -10,5 +10,6 @@ set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
call settings.cmd
set APPNAME=%1
curl.exe %CURLOPT% %GITURL%/app/install_%1%.cmd & install_%1%.cmd
curl.exe %CURLOPT% %GITURL%/app/install_%APPNAME%.cmd & install_%1%.cmd