1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-04 10:02:40 +01:00

updated package.bat for better cleanup.

This commit is contained in:
kay.one 2011-10-26 11:02:47 -07:00
parent 37c12262ca
commit eb84583f68

View File

@ -1,7 +1,7 @@
SET PACKAGEROOT=_rawPackage
SET TARGET=%PACKAGEROOT%\NzbDrone
RM %TARGET% /S /Q
rd %TARGET% /S /Q
del nzbdrone*.zip /Q /F
xcopy IISExpress %TARGET%\IISExpress /E /V /I /Y