From a165641686c0dd50bb82fe8ef1335a9203842d30 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Sun, 1 Jan 2023 18:45:10 +0100 Subject: [PATCH] bugfixing --- apps/download-apps-from-source.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/download-apps-from-source.cmd b/apps/download-apps-from-source.cmd index a5146bd..70d1acb 100644 --- a/apps/download-apps-from-source.cmd +++ b/apps/download-apps-from-source.cmd @@ -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. )