bugfix for wrong path

This commit is contained in:
Michael H.G. Schmidt 2023-01-01 19:42:32 +01:00
parent a165641686
commit 382132d9a6

View File

@ -5,7 +5,7 @@ set TOOLS=C:\tools
IF %1.==. GOTO USAGE
rem folder present ?
IF EXIST %APPSFOLDER% (
IF EXIST %TOOLS%\%APPSFOLDER% (
FOR %%F in (%TOOLS%\%APPSFOLDER%\*%1*.appxbundle, %TOOLS%\%APPSFOLDER%\*%1*.appx) do (
echo processing ... [ %%F ]
dism /Online /Add-ProvisionedAppxPackage /PackagePath:"%%F" /SkipLicense