bugfix for wrong path
This commit is contained in:
parent
a165641686
commit
382132d9a6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user