revert if dir exist check

This commit is contained in:
itay 2019-04-07 15:43:52 +03:00
parent 38623d10a8
commit aa4dbe9679
1 changed files with 2 additions and 6 deletions

View File

@ -1,8 +1,4 @@
pyinstaller -F --log-level=DEBUG --clean --upx-dir=.\bin monkey_island.spec
move /Y dist\monkey_island.exe monkey_island.exe
IF EXIST build (
rmdir /S /Q build
)
IF EXIST dist (
rmdir /S /Q dist
)
rmdir /S /Q build
rmdir /S /Q dist