mirror of https://github.com/Radarr/Radarr
updated package.bat for better cleanup.
This commit is contained in:
parent
c1cf29757f
commit
37c12262ca
|
@ -1,11 +1,14 @@
|
||||||
SET PACKAGEROOT=_rawPackage
|
SET PACKAGEROOT=_rawPackage
|
||||||
SET TARGET=%PACKAGEROOT%\NzbDrone
|
SET TARGET=%PACKAGEROOT%\NzbDrone
|
||||||
|
|
||||||
|
RM %TARGET% /S /Q
|
||||||
|
del nzbdrone*.zip /Q /F
|
||||||
|
|
||||||
xcopy IISExpress %TARGET%\IISExpress /E /V /I /Y
|
xcopy IISExpress %TARGET%\IISExpress /E /V /I /Y
|
||||||
xcopy NzbDrone\bin\Release\*.* %TARGET%\ /E /V /I /Y
|
xcopy NzbDrone\bin\Release\*.* %TARGET%\ /E /V /I /Y
|
||||||
|
|
||||||
del %TARGET%\nlog.xml
|
del %TARGET%\nlog.xml /Q /F
|
||||||
del %TARGET%\*.vshost.exe.*
|
del %TARGET%\*.vshost.exe.* /Q /F
|
||||||
|
|
||||||
xcopy NzbDrone.Web\bin\*.* %TARGET%\NzbDrone.Web\bin\ /E /V /I /Y
|
xcopy NzbDrone.Web\bin\*.* %TARGET%\NzbDrone.Web\bin\ /E /V /I /Y
|
||||||
xcopy NzbDrone.Web\App_GlobalResources\*.* %TARGET%\NzbDrone.Web\App_GlobalResources\ /E /V /I /Y
|
xcopy NzbDrone.Web\App_GlobalResources\*.* %TARGET%\NzbDrone.Web\App_GlobalResources\ /E /V /I /Y
|
||||||
|
|
Loading…
Reference in New Issue