mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Remove .chm files from windows build
This commit is contained in:
parent
f2ecac1b3c
commit
110b0ef6f1
@ -32,6 +32,8 @@ xcopy /S /E "%PyDir%" "%BinDir%\"
|
||||
@ echo -------------------------------------------
|
||||
:: Remove all Compiled Python files (.pyc)
|
||||
del /S /Q "%BinDir%\*.pyc"
|
||||
:: Remove all Compiled HTML Help (.chm)
|
||||
del /S /Q "%BinDir%\*.chm"
|
||||
|
||||
:: Delete Unused Docs and Modules
|
||||
If Exist "%BinDir%\Doc" rd /S /Q "%BinDir%\Doc"
|
||||
|
Loading…
Reference in New Issue
Block a user