mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-23 15:19:33 +00:00
updated package.bat for better cleanup.
This commit is contained in:
parent
37c12262ca
commit
eb84583f68
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
SET PACKAGEROOT=_rawPackage
|
SET PACKAGEROOT=_rawPackage
|
||||||
SET TARGET=%PACKAGEROOT%\NzbDrone
|
SET TARGET=%PACKAGEROOT%\NzbDrone
|
||||||
|
|
||||||
RM %TARGET% /S /Q
|
rd %TARGET% /S /Q
|
||||||
del nzbdrone*.zip /Q /F
|
del nzbdrone*.zip /Q /F
|
||||||
|
|
||||||
xcopy IISExpress %TARGET%\IISExpress /E /V /I /Y
|
xcopy IISExpress %TARGET%\IISExpress /E /V /I /Y
|
||||||
|
|
Loading…
Reference in a new issue