diff options
author | Rob Mensching <rob@firegiant.com> | 2022-01-10 14:36:57 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-01-10 17:08:43 -0800 |
commit | 1a8db0bc8653f6c709fa6c1e0abb82d12ee82672 (patch) | |
tree | e5364468117f2d436f578bf98f33c1b5655c82e9 /src | |
parent | 6870175b344e73b20684b8da39e824838965adf5 (diff) | |
download | wix-1a8db0bc8653f6c709fa6c1e0abb82d12ee82672.tar.gz wix-1a8db0bc8653f6c709fa6c1e0abb82d12ee82672.tar.bz2 wix-1a8db0bc8653f6c709fa6c1e0abb82d12ee82672.zip |
Include "wix.exe" package in clean
Diffstat (limited to 'src')
-rw-r--r-- | src/clean.cmd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clean.cmd b/src/clean.cmd index 0bef6cc2..97a7dd3d 100644 --- a/src/clean.cmd +++ b/src/clean.cmd | |||
@@ -36,6 +36,7 @@ if exist "%_NUGET_CACHE%\wixtoolset.sdk" rd /s/q "%_NUGET_CACHE%\wixtoolset.sdk" | |||
36 | if exist "%_NUGET_CACHE%\wixtoolset.util.wixext" rd /s/q "%_NUGET_CACHE%\wixtoolset.util.wixext" | 36 | if exist "%_NUGET_CACHE%\wixtoolset.util.wixext" rd /s/q "%_NUGET_CACHE%\wixtoolset.util.wixext" |
37 | if exist "%_NUGET_CACHE%\wixtoolset.ui.wixext" rd /s/q "%_NUGET_CACHE%\wixtoolset.ui.wixext" | 37 | if exist "%_NUGET_CACHE%\wixtoolset.ui.wixext" rd /s/q "%_NUGET_CACHE%\wixtoolset.ui.wixext" |
38 | if exist "%_NUGET_CACHE%\wixtoolset.wcautil" rd /s/q "%_NUGET_CACHE%\wixtoolset.wcautil" | 38 | if exist "%_NUGET_CACHE%\wixtoolset.wcautil" rd /s/q "%_NUGET_CACHE%\wixtoolset.wcautil" |
39 | if exist "%_NUGET_CACHE%\wix" rd /s/q "%_NUGET_CACHE%\wix" | ||
39 | 40 | ||
40 | popd | 41 | popd |
41 | endlocal | 42 | endlocal |