bugfixing

This commit is contained in:
Michael H.G. Schmidt 2023-01-01 18:45:10 +01:00
parent ed7e853f9f
commit a165641686

View File

@ -17,7 +17,7 @@ rem ###################################
FOR /F "tokens=1" %%E in (%LISTFILE%) do (
echo URL = [ %%E ]
rem powershell -command .\Download-AppxFromStore.ps1 %%E %APPSFOLDER%
powershell -command .\Download-AppxFromStore.ps1 %%E %APPSFOLDER%
echo.
)