bugfixing
This commit is contained in:
parent
ed7e853f9f
commit
a165641686
@ -17,7 +17,7 @@ rem ###################################
|
|||||||
|
|
||||||
FOR /F "tokens=1" %%E in (%LISTFILE%) do (
|
FOR /F "tokens=1" %%E in (%LISTFILE%) do (
|
||||||
echo URL = [ %%E ]
|
echo URL = [ %%E ]
|
||||||
rem powershell -command .\Download-AppxFromStore.ps1 %%E %APPSFOLDER%
|
powershell -command .\Download-AppxFromStore.ps1 %%E %APPSFOLDER%
|
||||||
echo.
|
echo.
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user